adobe-prod-checklist

Featured

Execute Adobe production deployment checklist covering credential management, API health checks, rate limit configuration, and rollback procedures for Firefly Services, PDF Services, and I/O Events integrations. Trigger with phrases like "adobe production", "deploy adobe", "adobe go-live", "adobe launch checklist".

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

# Adobe Production Checklist ## Overview Complete checklist for deploying Adobe API integrations to production, covering credential security, health monitoring, graceful degradation, and rollback procedures. ## Prerequisites - Staging environment tested and verified - Production OAuth credentials created in Developer Console - Deployment pipeline with secret injection - Monitoring and alerting infrastructure ready ## Instructions ### Pre-Deployment: Credentials & Configuration - [ ] Production OAuth Server-to-Server credentials created (separate from staging) - [ ] `ADOBE_CLIENT_ID` and `ADOBE_CLIENT_SECRET` stored in secret manager (not env files) - [ ] Scopes are minimal: only APIs actually used in production - [ ] Token caching implemented (avoid re-generating per request) - [ ] I/O Events webhook endpoints use HTTPS with valid TLS cert - [ ] Webhook challenge response handler implemented (for registration) ### Pre-Deployment: Code Quality - [ ] All tests passing (`npm test`) - [ ] No hardcoded credentials (grep for `p8_` prefix patterns) - [ ] Error handling covers: `401`, `403`, `429`, `500`, `503` - [ ] Rate limiting/backoff with `Retry-After` header support - [ ] Webhook signature verification using RSA-SHA256 - [ ] Logging redacts credentials and PII - [ ] API response validation (Zod or equivalent) ### Pre-Deployment: Infrastructure - [ ] Health check endpoint verifies Adobe IMS token generation: ```typescript // api/health.ts export async function adobeH...

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

fireflies-prod-checklist

Execute Fireflies.ai production deployment checklist with health checks and rollback. Use when deploying Fireflies.ai integrations to production, preparing for launch, or implementing go-live procedures. Trigger with phrases like "fireflies production", "deploy fireflies", "fireflies go-live", "fireflies launch checklist".

2,266 Updated today
jeremylongshore
AI & Automation Featured

documenso-prod-checklist

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

2,266 Updated today
jeremylongshore
AI & Automation Solid

framer-prod-checklist

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

2,266 Updated today
jeremylongshore
AI & Automation Featured

assemblyai-prod-checklist

Execute AssemblyAI production deployment checklist and rollback procedures. Use when deploying AssemblyAI integrations to production, preparing for launch, or implementing go-live procedures for transcription services. Trigger with phrases like "assemblyai production", "deploy assemblyai", "assemblyai go-live", "assemblyai launch checklist".

2,266 Updated today
jeremylongshore