mit einem Klick
verifying
Verify work before claiming done.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Verify work before claiming done.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
Post-implementation integrity and quality audit.
Session-start skill discovery protocol.
Structured root-cause investigation for bugs and failures.
Execute implementation plan task-by-task inline.
Complete work with merge, PR, or cleanup options.
Integrity guardrails during code implementation.
| name | verifying |
| description | Verify work before claiming done. |
Run these sequentially before any completion claim. Stop at the first failure.
Before stating any positive claim about work status:
Skipping any step converts a verification into a guess.
| Claim | Required evidence | Insufficient |
|---|---|---|
| Tests pass | Test runner output showing 0 failures | Prior run, "should pass" |
| Linter clean | Linter output showing 0 errors | Partial run, assumption |
| Build succeeds | Build command exiting 0 | Linter passing |
| Bug resolved | Reproducer test now passes | Code changed |
| Regression covered | Red-green cycle confirmed | Single green run |
| Agent task complete | VCS diff reviewed | Agent self-report |
| Requirements met | Line-by-line plan check | "Tests pass" |
| Rationalization | Counter |
|---|---|
| "Should work now" | Run it. |
| "High confidence" | Confidence is not output. |
| "Just this once" | No carve-outs. |
| "Linter passed so build is fine" | Different tools check different things. |
| "Agent reported success" | Verify independently. |
| "Partial check covers it" | Partial proof is no proof. |
Stop and verify if any of these surface: