klaviyo-prod-checklist

Featured

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".

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

# Klaviyo Production Checklist ## Overview Complete checklist for deploying Klaviyo integrations to production, with health checks, rollback procedures, and validation against real Klaviyo API endpoints. ## Prerequisites - Staging environment tested and verified - Production API key with correct scopes (`pk_*`) - Webhook signing secret configured - Monitoring and alerting ready ## Instructions ### Pre-Deployment Checklist #### Authentication & Secrets - [ ] Production `KLAVIYO_PRIVATE_KEY` stored in secret manager (not env file) - [ ] Key has minimal scopes (only what the app needs) - [ ] Webhook signing secret (`KLAVIYO_WEBHOOK_SIGNING_SECRET`) configured - [ ] Public key (`KLAVIYO_PUBLIC_KEY`) set for client-side tracking (if used) - [ ] No hardcoded keys in codebase (`grep -r "pk_" src/`) #### API Integration - [ ] All API calls use `klaviyo-api` SDK (not raw HTTP) - [ ] SDK version pinned in `package.json` (not `^` or `*`) - [ ] `revision` header set to `2024-10-15` (or current supported revision) - [ ] All profile creates use `createOrUpdateProfile` (upsert, not create) - [ ] Events include `uniqueId` for deduplication where applicable - [ ] Phone numbers validated as E.164 format (`+15551234567`) #### Error Handling & Resilience - [ ] 429 retry logic honors `Retry-After` header - [ ] 5xx errors retried with exponential backoff - [ ] 401/403 errors logged with alert (key rotation needed) - [ ] Circuit breaker or graceful degradation when Klaviyo is down - [ ] Re...

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

customerio-prod-checklist

Execute Customer.io production deployment checklist. Use when preparing for production launch, auditing integration quality, or performing pre-launch validation. Trigger: "customer.io production", "customer.io checklist", "deploy customer.io", "customer.io go-live", "customer.io launch".

2,266 Updated today
jeremylongshore
AI & Automation Featured

bamboohr-prod-checklist

Execute BambooHR production deployment checklist and rollback procedures. Use when deploying BambooHR integrations to production, preparing for launch, or implementing go-live procedures with BambooHR API. Trigger with phrases like "bamboohr production", "deploy bamboohr", "bamboohr go-live", "bamboohr launch checklist", "bamboohr prod ready".

2,266 Updated today
jeremylongshore
AI & Automation Featured

apollo-prod-checklist

Execute Apollo.io production deployment checklist. Use when preparing to deploy Apollo integrations to production, doing pre-launch verification, or auditing production readiness. Trigger with phrases like "apollo production checklist", "deploy apollo", "apollo go-live", "apollo production ready", "apollo launch checklist".

2,266 Updated today
jeremylongshore
AI & Automation Featured

intercom-prod-checklist

Execute Intercom production readiness checklist and rollback procedures. Use when deploying Intercom integrations to production, preparing for launch, or implementing go-live validation. Trigger with phrases like "intercom production", "deploy intercom", "intercom go-live", "intercom launch checklist", "intercom production readiness".

2,266 Updated today
jeremylongshore
AI & Automation Featured

maintainx-prod-checklist

Production deployment checklist for MaintainX integrations. Use when preparing to deploy a MaintainX integration to production, verifying production readiness, or auditing existing deployments. Trigger with phrases like "maintainx production", "deploy maintainx", "maintainx go-live", "maintainx production checklist", "maintainx launch".

2,266 Updated today
jeremylongshore