verification-gates
星标1
分支1
更新时间2026年2月5日 22:06
Enforces build, test, and lint gates with a self-correction loop and retry budget.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Enforces build, test, and lint gates with a self-correction loop and retry budget.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Enforces Red-Green-Refactor Test Driven Development workflow.
Manages Architecture Decision Records (ADRs) when modifying architecturally significant files.
Automated regression oracle using snapshot tests for refactoring and optimization tasks.
| name | verification-gates |
| description | Enforces build, test, and lint gates with a self-correction loop and retry budget. |
To ensure repository stability, all major changes must pass through a series of "Verification Gates."
npm run build (or equivalent).npm test (or equivalent).npm run lint or ruff check.Whenever a gate fails (e.g., via the gate tool), follow this loop:
stderr and stdout provided by the gate tool.gate tool with the same command.Always run the gate tool for any verification step. If a gate fails, announce "SELF-CORRECTION LOOP START [Attempt X/5]".