verify

A code-review skill that checks whether the implementation matches its plans, requirements, scenarios, and documentation.

In plain words
What is it for?
Use it to check a named plan or audit the whole workspace for documentation and code drift.
Why use it?
It finds unfinished tasks and differences between what the project says it does and what the code actually does before release.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/iwe-org/dev-workspace/verify
Any agent
npx skills add iwe-org/dev-workspace --skill verify
Clone the repo
git clone --depth 1 https://github.com/iwe-org/dev-workspace

Made for: Claude Code, Codex.

Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,035 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00067 $0.01035
Opus 5 $0.00034 $0.00517
Sonnet 5 $0.00013 $0.00207
Haiku 4.5 $0.00007 $0.00103

Measured 2d ago against content hash 7056eb5cac74, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

verify scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/verify/SKILL.md · 74 lines

How it starts

The opening of the file, as written. The whole thing — 74 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Verify implementation against the graph

The graph makes claims — tasks checked, requirements SHALL-ed, features marked implemented. This skill tests those claims against the code and reports what doesn't hold. It never fixes anything: the report is the deliverable, and the fixes belong to the skills and sessions it points at.

Steps

  1. Pick the mode. A plan named or inferable from conversation → plan mode. No plan ("audit the docs", "check for drift") → audit mode (step 5).
  2. Select the plan. If ambiguous, list the plans under ## Active in data/plans.md (a just-finished plan may also sit under ## Done) and ask. Announce: "Verifying: ". Read the full plan, every spec named in its ## Spec changes, and the linked feature/bug docs (iwe retrieve -k data/plans/<key>).
  3. Check three dimensions, collecting issues as CRITICAL / WARNING / SUGGESTION, each with a concrete recommendation:
    • Completeness — every unchecked - [ ] task is a CRITICAL ("complete it, or tick it if already done"). Every spec in ## Spec changes exists and reflects the change (a back-ticked not-yet-created spec still pending at verify time is a CRITICAL). Every ### Requirement: in the touched specs has implementation evidence in the codebase — search for it; none found is a CRITICAL.
    • Correctness — map each requirement to path:line evidence and judge whether the implementation matches its SHALL statement (divergence is a WARNING with the file and lines to review). For each #### Scenario:, check the condition is handled in code and covered by a test (uncovered scenario is a WARNING). Run the plan's ## Verification commands and report their actual output — a failing command is a CRITICAL.
    • Coherence — the implementation follows the plan's ## Approach (a different approach that works is a WARNING: either the code or the plan should change); ## Out of scope items stayed out; the ## Authoring rules in data/product.md were honored.
  4. Report and stop. Issues ranked most severe first, then the verdict: ready to ship (zero CRITICAL — hand off to the ship skill) or the blocker list. Do not fix, tick, or edit anything.
  5. Audit mode — the same discipline over the whole graph, against the codebase:
    • Specs whose requirements the code now contradicts (sample the highest-traffic specs first: iwe find --references <key> counts).
    • Features marked implemented with no trace in the code; shipped behavior with no feature doc.
    • Open bugs (no stage) — still reproducible? Point at ones whose ## Key references no longer exist.
    • Stale map docs: for each data/codebase/ doc, commits touching its source after its commit (git log --oneline <commit>..HEAD -- <source>) — flag for the map skill's refresh mode.
    • Consistency: plans with stage: done still linked under ## Active (iwe find --filter '{stage: done}' --included-by data/plans -f keys cross-checked against the hub sections); iwe schema validate violations; iwe stats dangling links and data/ orphans other than data/index.
    • Report in the same CRITICAL/WARNING/SUGGESTION format, grouped by fix owner: "run the ship skill on X", "update spec Y", "close bug Z".

Read the full file on GitHub · 74 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 74 lines · 67 tokens per session scan A 7056eb5cac74

Subscribe to this mod's changes

verify is a skill published in the GitHub repository iwe-org/dev-workspace (5 stars, last pushed 23d ago), licensed MIT. It adds 67 tokens to every session and 1,035 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.