一键导入
evidence-gap-review
Analyse specgraph verify output and identify what evidence is missing to advance specs to their next state.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Analyse specgraph verify output and identify what evidence is missing to advance specs to their next state.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Write correct @spec JSDoc annotations in TypeScript/JavaScript source files to link code to specgraph spec documents.
Write specgraph spec documents with correct YAML frontmatter, evidence requirements, and section structure.
Interpret the output of `specgraph verify` and explain what each status means and what to do next.
Write a specgraph evidence waiver for a spec requirement that cannot currently be satisfied, with a clear justification and expiry plan.
| name | evidence-gap-review |
| description | Analyse specgraph verify output and identify what evidence is missing to advance specs to their next state. |
Review the output of specgraph verify (or specgraph verify --json) and produce an actionable gap report.
specgraph verify (or read the provided output).WARN or FAIL:
| Required level | Unmet because | Recommended action |
|---|---|---|
| E0 | No @spec annotation | Add /** @spec ID @implements Feature */ to the implementation file |
| E1 | No closed Beads issue | Create a Beads issue with --spec-id ID and close it when done |
| E2 | No cross-reference | Add cross_refs: [ID] to a related spec, or add a RELATED section |
| E3 | No test annotation | Add /** @spec ID @verifies Feature */ to a test file |
| E4 | No CI artifact | Configure freshness.artifacts in .specgraph/config.json |
For each gap, output:
SPEC-ID [WARN|FAIL] dimension=<name> need=<Ex> have=<Ey|none>
→ Action: <one-line description>
Then a prioritised action list (most impactful first).
specgraph explain <SPEC-ID> for detailed claim breakdown when unsure what evidence exists.