From patchy-bot
This skill should be used when the user asks to "deploy checklist", "pre-deploy review", "ready to ship", "release checklist", "deployment plan", "go/no-go", "pre-release review", "production readiness", "canary deploy plan", "rollback plan", or any request to verify readiness before deploying a change to production. Also trigger when preparing to deploy, release, or ship code.
npx claudepluginhub kman182401/patchy-operationalThis skill uses the workspace's default tool permissions.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Captures architectural decisions in Claude Code sessions as structured ADRs. Auto-detects choices between alternatives and maintains a docs/adr log for codebase rationale.
Generate a customized pre-deployment checklist based on what's being deployed and the risk level.
Before generating the checklist, determine:
If the user doesn't specify, ask. A config change and a database migration need very different checklists.
Adapt this based on context — remove sections that don't apply, add specifics for the actual change.
Database migrations: Add backward-compatibility verification, migration dry-run, backup confirmation.
Auth/security changes: Add penetration test or security review, session handling verification, permission matrix check.
Payment/billing: Add sandbox transaction test, idempotency verification, reconciliation check.
Infrastructure: Add capacity planning review, DNS propagation check, certificate verification.
Present as a clean, copy-pasteable checklist with the irrelevant sections removed and risk-specific items added. Include a one-line rollback command if the user shares their deploy tooling.