ワンクリックで
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.