用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/gittower/git-flow-next --skill validate-tests命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | validate-tests |
| description | Codex-gate the test plan in an implementation plan before implementation starts |
| allowed-tools | Read, Grep, Glob, Edit, Write, Bash, Agent |
Gate the test plan of an implementation plan before any implementation starts. Combines a local check against the testing guidelines with an external Codex review, following the shared convention in ../_shared/CODEX_GATE.md.
This is a required step between /create-plan and /implement. Once
the plan passes this gate, the test plan is authoritative — /implement
treats it as immutable.
Find the Plan
.ai/<folder>/plan.md/create-plan firstLocal Validation
Load TESTING_GUIDELINES.md and GIT_TEST_SCENARIOS.md, then check the Test Plan section:
Fix what you find directly in the plan.
Codex Gate
Run a Codex gate per ../_shared/CODEX_GATE.md:
.ai/<folder>/plan.mdanalysis.md/concept.md the
plan was created from (pass its content or path)Evaluate and Apply
Evaluate every Codex finding per the convention: apply only with high confidence, reject over-engineering and hypothetical scenarios, when in doubt leave it out. Update the plan's Test Plan section with applied findings.
Log all findings — applied, partial, and rejected with reasons — to
.ai/<folder>/codex-test-plan.md.
Report Findings
Summarize:
/implement