← ClaudeAtlas

verifylisted

Grade a delivered claim against the artifact instead of against the report of the artifact. Use when acting as a verifier or reviewer on someone else's finished work, checking whether a fix actually landed, confirming a task's done result is true, auditing a claim that has no diff to read — a backfill, a migration, a deploy, a config change — or self-auditing your own claim before you publish it. Covers splitting a claim into checkable assertions, the three-state verdict (pass, fail, not-reached), and the specific failure modes that survive a careless check. Keywords verify, verification, grade, verdict, acceptance, prove it, did it actually work, confirm the fix, check the claim, QA sign-off.
5dive-ai/skills · ★ 1 · AI & Automation · score 77
Install: claude install-skill 5dive-ai/skills
# Verify **A verifier's job is to distrust the shape of a claim and go look at the thing.** This is not code review. Code review asks *is this change any good*. Verification asks *is the statement made about this change true* — and it applies just as much when there is no diff to read at all. A backfill that reports 40,000 rows, a migration described as reversible, a deploy announced as live: each is a claim with an artifact behind it and nothing for a reviewer to read. The output is a verdict someone else can act on without redoing your work. ## The one rule **Check the effect, not the report of the effect.** Almost every bad verification is some version of accepting the report. The command exited 0. The function is defined. The follow-up ticket exists. The log says success. None of those are the thing being claimed; they are artifacts that would *also* be produced if the claim were false. Before accepting any piece of evidence, ask: **what would look identical if the claim were wrong?** If the answer is "this exact output", the evidence is not evidence and you need a different instrument. ## Procedure 1. **Extract the claim into separate assertions.** "Backfilled the table and made it idempotent" is two claims. Grade each on its own. A single verdict over a bundle lets one false thing launder through on the strength of the true ones. 2. **Name the artifact for each assertion.** Not the description, not the done-result, not the author's summary — the rows i