Deploy-Ready Checker

Internal

Runs the pre-deploy quality checklist: lint, types, tests, build, docs, git status.

What it does

Before code is pushed, this agent walks the production-readiness checklist and reports a punch list of what is blocking the deploy. Does not push on its own.

Triggers

  • You ask "is this ready to deploy?"
  • A branch is staged for release

Tools it can touch

  • git
  • ESLint
  • TypeScript compiler
  • test runners
  • Next.js build

Source

  • .claude/agents/deploy-ready-checker.md