What problem does it solve?
This Skill removes uncertainty by converting subjective claims about code, tests, builds, performance, or endpoints into reproducible command executions and unambiguous PASS/FAIL evidence so decisions are based on proof rather than trust.
Core Features & Use Cases
- Evidence-first verification: derive or accept a shell command, execute it, capture stdout/stderr/exit code and duration, and evaluate against a strict pass condition.
- Staleness and flakiness detection: detect changed sources that void prior results, run numeric checks multiple times and require median consistency, and treat partial results as failures.
- Audit trail and logging: write detailed TSV logs and local evidence files for every verification run, with clear failure reasons and recovery suggestions.
- Use Case: confirm "tests pass", verify "coverage > 80%", or prove an HTTP endpoint returns 200 with concrete command output and a PASS/FAIL verdict.
Quick Start
Run /godmode:verify on the claim "Tests pass" to execute the test command, read full output, and produce a PASS or FAIL evidence report.