From cortex
This skill should be used on-demand before deploying to production — 13-item pre-deploy verification checklist. Trigger when the user says "deploy", "push to production", "ship it", "go live", "deploy readiness check", "ready to deploy", "release to prod", or "merge to master".
How this skill is triggered — by the user, by Claude, or both
Slash command
/cortex:deploy-readinessThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**TL;DR**: 13-item checklist before any production deploy. On-demand only — not auto-triggered on every commit.
TL;DR: 13-item checklist before any production deploy. On-demand only — not auto-triggered on every commit.
All items must pass before deploying:
npm run lint — passes with zero warningsnpx tsc --noEmit — zero type errorsnpm test -- --run — all tests passnpm audit --audit-level=high — no high/critical vulnerabilitiesconsole.log left in production code — use structured loggernpm run build — succeeds locally (with placeholder env vars if needed)git status — no untracked files that are imported by committed codesrc/lib/env.ts + Vercel dashboard + GitHub Secrets(dashboard)/public/sw.js (if applicable — update the CACHE_NAME constant)supabase db reset locally before applying to production via Supabase dashboarddocumentation.md updated for any new features, routes, or schema changespackage.json version updated if the change is semver-meaningfulThis checklist is for production deploys, not for every commit. Run it when:
For per-commit checks, use the pre-commit-checklist skill instead.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub crombieman/undercurrent-cortex --plugin cortex