repo-task-proof-loop
Prove coding tasks are done with verifiable in-repo evidence
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install repo-task-proof-loop?โผ
Run `npx skills add DenisSergeevitch/repo-task-proof-loop --all -g -y` in your terminal to install the skill globally.
How to stop AI agents from claiming unfinished work is done?โผ
This skill forces a fresh verifier to rerun builds and tests against the current code, and completion is only allowed when every acceptance criterion passes.
What is a proof loop for coding tasks?โผ
It is a repeatable cycle of freezing a spec, building the change, packing evidence, verifying with a fresh session, and applying minimal fixes until everything passes.
Does repo-task-proof-loop work with Codex and Claude Code?โผ
Yes. It installs project-scoped subagents for both Codex and Claude Code and updates the repo's AGENTS.md and CLAUDE.md guidance automatically.
Where does the task proof get stored?โผ
All specs, evidence files, verdicts, and problem reports live in a durable `.agent/tasks/<TASK_ID>/` folder inside your repository, so anyone can audit or resume the work later.
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