red-handed-audit
Installation
SKILL.md
Red-handed Audit
Audit the current session's claims against its own record. If the agent said the tests pass, this checks that a test run actually happened, that it did not fail, and that no expected value was quietly rewritten to match a bug.
When to Use This Skill
- The agent reported passing tests and you want to confirm a run actually happened
- A test suite got smaller and you want to know when and why
- You are reviewing a finished session before trusting its summary
What This Skill Does
- Runs
npx --yes @jinhyuk9714/red-handed@latest auditin the project directory - The CLI reads the local Claude Code transcript and the git working tree
- Nine deterministic checks compare what was said with what was done
- Each finding comes with a timestamp and the quoted line it came from
No model is called. The same session gives the same verdict every time.