prove_it
Enforce passing tests and reviews before code ships
All Skills in This Repository (4)
Pure Emerald Level Indicatorssession-log
Inspect Claude Code session logs for reviewer verdicts and session states.
release
Execute release steps from RELEASE.md and verify brew install for prove_it.
prove-feature
Validate prove_it features in Claude Code using disposable git repos.
test-local
Test prove_it hooks and integration with Claude Code from source.
Frequently Asked Questions
FAQPage SchemaHow to install prove_it?โผ
Run `npx skills add searlsco/prove_it --all -g -y` in your terminal to install all skills in this suite globally.
How to stop Claude Code from declaring done too early?โผ
prove_it hooks into Claude Code lifecycle events and blocks the session from stopping until your test suite, linters, and reviewer tasks actually pass.
Can prove_it enforce test-driven development?โผ
Yes. It tracks the red-green cycle and nudges the agent to write a failing test before writing source code, adapting enforcement to the current session phase.
Does prove_it run AI code reviews?โผ
Yes. You can configure reviewer subagents that audit coverage gaps, logic errors, and pre-ship readiness, running asynchronously in the background.
Can I use prove_it without writing code?โผ
Mostly yes. Running `prove_it init` interactively generates a working default configuration, and every task can be changed or disabled by editing plain JSON.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core