Verify Before Claiming Done
skill · v1.0.0
Run verification commands and confirm output before claiming any work is complete, fixed, or passing. Evidence before assertions always. Use before committing, opening PRs, or reporting success. Never cite your own reasoning as proof — run the command and cite the output.
Tags: verificationtestingevidenceci
Invocation contract
Inputs
claim(string, required) — The completion claim to verify (e.g. 'tests pass', 'build succeeds', 'fix works').verification_command(string) — The command to run for verification, if known.
Outputs
verification_output(string) — Actual output from the verification command.verified(boolean) — Whether the claim is confirmed by the output.
Side effects
runs test suite or build command