Help us improve
Share bugs, ideas, or general feedback.
From cm
Enforces a gated deployment pipeline with sequential checks: secrets, security, syntax, tests, i18n, build, and smoke. Use for setup, gate execution, or rollback.
npx claudepluginhub tody-agent/codymaster --plugin cmHow this skill is triggered — by the user, by Claude, or both
Slash command
/cm:cm-safe-deployThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- **Use before/during** staging or production deployment
Designs multi-stage CI/CD pipelines with approval gates and deployment strategies including rolling, canary, and blue-green.
Enforces automated quality gates at every CI/CD stage: pre-commit, pre-merge, pre-deploy, and during-deploy. Blocks deployments on active alarms, provides one-click rollback, and creates an audit trail.
Sets up or modifies CI/CD pipelines with automated quality gates (lint, types, tests, build, audit) and deployment. Includes GitHub Actions starters and platform mapping.
Share bugs, ideas, or general feedback.
cm-quality-gate for verification evidenceNO DEPLOY WITHOUT PASSING ALL GATES.
GATES ARE SEQUENTIAL.
IF A GATE FAILS, FIX FIRST.
Need to create deploy infrastructure for a project?
└─ YES → Setup path
Already have infrastructure and need to run or review gates?
└─ YES → Gate path
Did a deploy fail or need reversal?
└─ YES → Rollback path
| Path | Summary | Load |
|---|---|---|
| Setup | Establish scripts, tests, and deploy workflow | references/setup-new-project.md |
| Gate 0 | Secret hygiene | references/gate-0-secret-hygiene.md |
| Gate 0.5 | Security scanning | references/gate-0-5-security-scan.md |
| Gate 1 | Syntax validation | references/gate-1-syntax.md |
| Gate 2 | Test suite | references/gate-2-test-suite.md |
| Gate 3 | i18n parity | references/gate-3-i18n.md |
| Gates 4-5 | Build + dist verification | references/gate-4-5-build-dist.md |
| Gate 6 | Deploy + smoke verification | references/gate-6-deploy-smoke.md |
| Rollback | Recovery and reversal | references/rollback.md |
0 Secret hygiene
0.5 Security scan
1 Syntax
2 Test suite
3 i18n parity
4 Build verification
5 Dist verification
6 Deploy + smoke test
setup-new-project.md only when establishing infrastructure.rollback.md only when deployment fails or rollback planning is required.| Skill | Why |
|---|---|
cm-quality-gate | verification and evidence checks |
cm-identity-guard | deploy identity verification |
cm-safe-i18n | i18n-specific gate setup |
cm-terminal | monitored execution of gate commands |
Choose setup, the current gate, or rollback. Load only that path, and stop on failure.