Help us improve
Share bugs, ideas, or general feedback.
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.
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub yeaight7/agent-powerups --plugin quality-gatesGuides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.