clari-prod-checklist

Featured

Production readiness checklist for Clari API integrations. Use when launching a Clari data pipeline, validating export automation, or preparing for production forecast sync. Trigger with phrases like "clari production", "clari go-live", "clari checklist", "clari launch".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Clari Production Checklist ## Overview Clari provides revenue intelligence through forecast data, pipeline analytics, and deal inspection. A production integration typically exports forecast snapshots, syncs pipeline data to a warehouse, and powers revenue dashboards. Incorrect data pipelines mean unreliable forecasts, missed quota signals, or stale deal intelligence that undermines board-level reporting. ## Authentication & Secrets - [ ] `CLARI_API_KEY` stored in secrets manager (not config files) - [ ] Token tested against production endpoint before go-live - [ ] Key rotation procedure documented (quarterly cycle) - [ ] Separate tokens for dev/staging/prod environments - [ ] Service account with least-privilege scopes (read-only for exports) ## API Integration - [ ] Production base URL configured (`https://api.clari.com/v1`) - [ ] Rate limit handling with exponential backoff - [ ] All required `typesToExport` configured (forecast, quota, crm_closed) - [ ] Time period coverage verified (current quarter + 4 historical) - [ ] Deduplication logic handles re-exports and overlapping periods - [ ] Pagination implemented for large pipeline result sets - [ ] Export job polling with configurable timeout (default: 10 min) ## Error Handling & Resilience - [ ] Circuit breaker configured for Clari API outages - [ ] Retry with backoff for 429/5xx responses - [ ] Empty export results handled (data quality alert, not silent pass) - [ ] Export job timeout detection with automatic r...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

clay-prod-checklist

Execute production readiness checklist for Clay integrations. Use when launching Clay-powered enrichment pipelines, preparing for go-live, or auditing production Clay configurations. Trigger with phrases like "clay production", "clay go-live", "clay launch checklist", "clay production readiness", "deploy clay pipeline".

2,266 Updated today
jeremylongshore
AI & Automation Solid

clari-security-basics

Secure Clari API tokens and implement data handling best practices. Use when managing API tokens, restricting data access, or implementing PII handling for exported forecast data. Trigger with phrases like "clari security", "clari api key rotation", "secure clari", "clari pii handling".

2,266 Updated today
jeremylongshore
AI & Automation Featured

clari-install-auth

Configure Clari API authentication with API key and set up export access. Use when connecting to the Clari API, generating API tokens, or configuring forecast data exports. Trigger with phrases like "install clari", "setup clari api", "clari auth", "clari api key", "configure clari".

2,266 Updated today
jeremylongshore
AI & Automation Featured

klaviyo-prod-checklist

Execute Klaviyo production deployment checklist and validation procedures. Use when deploying Klaviyo integrations to production, preparing for launch, or implementing go-live procedures for email/SMS marketing. Trigger with phrases like "klaviyo production", "deploy klaviyo", "klaviyo go-live", "klaviyo launch checklist", "klaviyo prod ready".

2,266 Updated today
jeremylongshore
AI & Automation Solid

clari-ci-integration

Integrate Clari export pipeline testing and validation into CI/CD. Use when adding automated tests for Clari integrations, validating export schemas in CI, or testing pipeline reliability. Trigger with phrases like "clari CI", "clari github actions", "clari automated tests", "test clari pipeline".

2,266 Updated today
jeremylongshore