shopify-prod-checklist

Featured

Execute Shopify app production deployment checklist covering App Store requirements, mandatory webhooks, API versioning, and rollback procedures. Trigger with phrases like "shopify production", "deploy shopify", "shopify go-live", "shopify launch checklist", "shopify app store submit".

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

# Shopify Production Checklist ## Overview Complete pre-launch checklist for deploying Shopify apps to production and submitting to the Shopify App Store. ## Prerequisites - Staging environment tested and verified - Shopify Partner account with app configured - All development and staging tests passing ## Instructions ### Step 1: API and Authentication - [ ] Using a stable API version (e.g., `2024-10`), not `unstable` - [ ] Access token stored in secure environment variables (never in code) - [ ] API secret stored securely for webhook HMAC verification - [ ] OAuth flow tested with a fresh install on a clean dev store - [ ] Session persistence implemented (database or Redis, not in-memory) - [ ] Token refresh/re-auth handled for expired sessions - [ ] `APP_UNINSTALLED` webhook handler cleans up sessions ### Step 2: Mandatory GDPR Compliance - [ ] `customers/data_request` webhook handler implemented - [ ] `customers/redact` webhook handler implemented - [ ] `shop/redact` webhook handler implemented (fires 48h after uninstall) - [ ] All three configured in `shopify.app.toml` - [ ] Handlers respond with HTTP 200 within 5 seconds - [ ] Customer data deletion actually works (test it!) ### Step 3: Webhook Security - [ ] All webhooks verify `X-Shopify-Hmac-Sha256` using HMAC-SHA256 - [ ] Using `crypto.timingSafeEqual()` for signature comparison - [ ] Webhook endpoints use raw body parsing (not JSON middleware) - [ ] Idempotency: duplicate webhook deliveries handled gracefu...

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

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

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

salesforce-prod-checklist

Execute Salesforce production deployment checklist with sandbox testing and rollback. Use when deploying Salesforce integrations to production, preparing for launch, or implementing go-live procedures. Trigger with phrases like "salesforce production", "deploy salesforce", "salesforce go-live", "salesforce launch checklist", "salesforce sandbox to prod".

2,266 Updated today
jeremylongshore
DevOps & Infrastructure Listed

deploy-checklist

Verification workflow before shipping to production. Tests / lints / migrations / rollback plan / env config / secret rotation / observability spot-check — gated steps with explicit user approval before destructive actions.

1 Updated today
shashankcm95
AI & Automation Featured

appfolio-prod-checklist

Production readiness checklist for AppFolio integrations. Trigger: "appfolio production checklist".

2,266 Updated today
jeremylongshore