clickup-prod-checklist

Featured

Production readiness checklist for ClickUp API v2 integrations covering auth, rate limits, error handling, monitoring, and rollback. Trigger: "clickup production", "clickup go-live", "clickup launch checklist", "clickup prod ready", "deploy clickup to production".

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

# ClickUp Production Checklist ## Overview Complete checklist for deploying ClickUp API v2 integrations to production. ## Pre-Launch Checklist ### Authentication & Secrets - [ ] Production API token stored in secrets manager (not env files) - [ ] Token uses a service account, not a personal user account - [ ] `.env` files in `.gitignore`; pre-commit hook catches `pk_*` patterns - [ ] Token rotation procedure documented and tested - [ ] OAuth client secret server-side only (never in client bundle) ### Error Handling - [ ] All API calls handle 401 (re-auth), 429 (backoff), 500 (retry) - [ ] Exponential backoff with jitter on rate limits - [ ] ClickUp-specific error codes parsed (`ECODE` field in responses) - [ ] Circuit breaker pattern prevents cascade failures - [ ] Graceful degradation when ClickUp API is down ### Rate Limits - [ ] Know your plan's limit (100/1K/10K req/min) - [ ] Rate limit headers monitored (`X-RateLimit-Remaining`) - [ ] Request queuing prevents burst overruns - [ ] Caching reduces unnecessary API calls - [ ] Webhooks replace polling where possible ### Monitoring - [ ] Health check endpoint verifies ClickUp connectivity - [ ] API latency tracked per endpoint - [ ] Error rate alerting (>5% triggers P2) - [ ] Rate limit remaining alerting (<10% triggers warning) - [ ] Structured logging with request/response metadata ### Webhooks (if applicable) - [ ] Endpoint uses HTTPS - [ ] Responds with 200 within 30 seconds - [ ] Idempotent processing (tracks `h...

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

clickhouse-prod-checklist

Production readiness checklist for ClickHouse — server tuning, backup, monitoring, and deployment verification. Use when launching a ClickHouse deployment, doing go-live reviews, or auditing production readiness. Trigger: "clickhouse production", "clickhouse go-live", "clickhouse launch checklist", "production clickhouse", "clickhouse prod ready".

2,266 Updated today
jeremylongshore
AI & Automation Solid

webflow-prod-checklist

Execute Webflow production deployment checklist — token security, rate limit hardening, health checks, circuit breakers, gradual rollout, and rollback procedures. Use when deploying Webflow integrations to production or preparing for launch. Trigger with phrases like "webflow production", "deploy webflow", "webflow go-live", "webflow launch checklist", "webflow production ready".

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 Featured

linktree-prod-checklist

Prod Checklist for Linktree. Trigger: "linktree prod checklist".

2,266 Updated today
jeremylongshore
AI & Automation Featured

cohere-prod-checklist

Execute Cohere production deployment checklist and rollback procedures. Use when deploying Cohere integrations to production, preparing for launch, or implementing go-live procedures for Cohere-powered apps. Trigger with phrases like "cohere production", "deploy cohere", "cohere go-live", "cohere launch checklist".

2,266 Updated today
jeremylongshore