🔄
AutomationPython

Repo Task Proof Loop

by DenisSergeevitch

Repo Task Proof Loop is an Automation skill for Claude Code, published by DenisSergeevitch in repo-task-proof-loop.

720 stars45 forkson DenisSergeevitch/repo-task-proof-loopAdded 2026/07/14Repository updated 2026/04/01
Install in seconds
Install Repo Task Proof Loop
Copy Repo Task Proof Loop into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/DenisSergeevitch/repo-task-proof-loop ~/.claude/skills/repo-task-proof-loop

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/DenisSergeevitch/repo-task-proof-loop.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
SKILL.md in DenisSergeevitch/repo-task-proof-loop
Installs to
~/.claude/skills/repo-task-proof-loop
Collection
The only skill cataloged from this repository
Category
Automation2226 skills

What Repo Task Proof Loop does

A repo-local workflow for non-trivial coding tasks that initializes artifacts, installs subagents, and runs a spec freeze → build → evidence → verify → fix loop with fresh-session verification.

Repo Task Proof Loop is cataloged under Automation on DirSkills.

Documentation

README

Repo Task Proof Loop

Use this skill when the user wants a repeatable, auditable implementation workflow for a non-trivial coding task, especially a feature, refactor, migration, or bug fix that should leave repo-local proof in .agent/tasks/<TASK_ID>/.

All task artifacts created by this workflow must stay inside the repository.

When the examples below mention scripts/task_loop.py, that path is relative to this skill root. Run it while your shell working directory is inside the target repository.

What this skill does

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Repo Task Proof Loop

  • How does Repo Task Proof Loop compare to other Automation skills?

    Repo Task Proof Loop ranks #1059 by stars among the 2226 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Repo Task Proof Loop against them. Open each page to compare what they document and how they install.