| name | claude-command-deploy |
| description | Use when the user wants the Claude `/deploy` command workflow in Codex, or asks to run `deploy` using the claudet command template. |
Claude Command: /deploy
Generated by claudet agent-config-sync.
Follow this workflow in Codex. The original Claude slash command body is below.
/deploy — Deployment Checklist
Walk through all pre-deploy steps and prepare the branch for deployment.
Pre-deploy Checklist
- Type check — run
npm run typecheck, fix all errors
- Lint — run
npm run lint, fix all warnings
- Tests — run
npm run test, ensure all pass
- Build — run
npm run build, confirm no build errors
- Migrations — check if any Prisma migrations are pending (
npx prisma migrate status)
- Env vars — list any new env vars added; remind to set them in production
- Breaking changes — flag any API changes that require coordination
- PR description — draft a clear PR description with:
- What changed and why
- How to test
- Any risks or rollback notes
Post-deploy Notes
- Monitor error logs for 15 minutes after deploy
- Confirm key user flows work in production
Usage
/deploy
/deploy --branch feat/new-auth