From quality-gates
Use before tagging a release or deploying to production to ensure all quality gates have passed.
How this skill is triggered — by the user, by Claude, or both
Slash command
/quality-gates:pre-release-verificationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Releases must be deterministic and verified. No "hope driven" deployments.
Releases must be deterministic and verified. No "hope driven" deployments.
Before authorizing or participating in a release process, verify the following:
git status must be completely clean. No untracked files or uncommitted changes.npm run lint, cargo clippy, etc.) and type checker (tsc --noEmit). They must exit with 0.If any check fails, the release is blocked. State the exact failure and stop.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub yeaight7/agent-powerups --plugin quality-gates