plan-verify
25
总安装量
24
周安装量
#14700
全站排名
安装命令
npx skills add https://github.com/xiaolai/vmark --skill plan-verify
Agent 安装分布
opencode
24
codex
24
gemini-cli
24
cursor
24
continue
23
windsurf
23
Skill 文档
Plan Verify
Overview
Runs the planâs required tests/gates and validates acceptance criteria, producing a pass/fail verification report.
Workflow (Verify)
-
Locate the plan
- Prefer
docs/codex-plans/<plan>.md(local, not in repo). - If unclear, ask for the plan path.
- Prefer
-
Extract verification checklist
- For each WI, list:
- Acceptance criteria
- Required tests
- Manual checks (if any)
- For each WI, list:
-
Run gates
- Use repo-specific gates from
.claude/commands/feature-workflow.mdor plan âTesting Proceduresâ. - If tests are not runnable, note the blocker explicitly.
- Use repo-specific gates from
-
Verify acceptance
- For each WI, mark each acceptance criterion as Pass/Fail/Blocked.
- Include evidence (test output, file refs, manual steps).
-
Report results
- Summarize pass/fail with concrete next actions.
Output Format (required)
- Verification Summary
- Total WIs verified
- Pass/Fail/Blocked counts
- Gate Results
- Command â status
- Failures with key error lines
- Acceptance Matrix
- WIâ### â criterion â Pass/Fail/Blocked
- Manual Checks
- Steps executed + outcome
Verification Rules
- Always run tests unless the user explicitly forbids it.
- If tests are skipped or fail, mark WI as Blocked.
- Do not claim âverifiedâ without test evidence.
- Manual checks must include evidence (step list + observed result).