repo-task-proof-loop

repo-task-proof-loop is a skill for Claude Code from skillmds/skillmd. It costs 69 tokens per session (3,317 once invoked), scanned A, a copy of repo-task-proof-loop, MIT.

A repository workflow for large coding tasks such as features, refactors, migrations, and bug fixes. It keeps task files in the repository and guides work through planning, implementation, evidence gathering, fresh checking, and fixes.

In plain words
What is it for?
Use it to organize and audit non-trivial coding work and leave proof of its verification in the repository.
Why use it?
It gives a repeatable record of what was planned, built, and verified, including checks from a fresh agent session.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions subagents.

Part of the agents-mcp plugin — 34 skills shipped together

Good fit Use it to organize and audit non-trivial coding work and leave proof of its verification in the repository.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/skillmds/skillmd/repo-task-proof-loop
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add skillmds/skillmd --skill repo-task-proof-loop
Clone the repo
git clone --depth 1 https://github.com/skillmds/skillmd

Made for: Claude Code.

Or install agents-mcp, the plugin that ships this one along with the rest of its 34 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for repo-task-proof-loop

README.md
[![agentmods](https://agentmods.dev/badge/skills/skillmds/skillmd/repo-task-proof-loop/github.svg)](https://agentmods.dev/skills/skillmds/skillmd/repo-task-proof-loop)
Your own site
<a href="https://agentmods.dev/skills/skillmds/skillmd/repo-task-proof-loop"><img src="https://agentmods.dev/badge/skills/skillmds/skillmd/repo-task-proof-loop/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for repo-task-proof-loop

Your own site · 80×15
<a href="https://agentmods.dev/skills/skillmds/skillmd/repo-task-proof-loop"><img src="https://agentmods.dev/badge/skills/skillmds/skillmd/repo-task-proof-loop.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,317 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00069 $0.03317
Opus 5.5 $0.00028 $0.01327
Sonnet 5 $0.00014 $0.00663
Haiku 4.5 $0.00007 $0.00332

Measured 4d ago against content hash 7ce5da248131, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-23, from the pricing page.

Security

Grade A, and why

repo-task-proof-loop scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to repo-task-proof-loop — 1 line differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

plugins/agents-mcp/skills/repo-task-proof-loop/SKILL.md · 257 lines

How it starts

The opening of the file, as written. The whole thing — 257 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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

  1. Initializes a strict repo-local task folder under .agent/tasks/<TASK_ID>/
  2. Seeds or updates the required artifact files
  3. Installs project-scoped Codex and Claude subagent templates into .codex/agents/ and .claude/agents/
  4. Updates the repo-root AGENTS.md Codex baseline plus the repo's Claude guide file (CLAUDE.md or .claude/CLAUDE.md) with a managed block that explains the workflow
  5. Guides the agent through a strict loop:
    • spec freeze
    • builder implementation
    • evidence packing
    • fresh verification
    • minimal fix
    • fresh verification again until PASS

See:

  • references/REFERENCE.md
  • references/COMMANDS.md
  • references/SUBAGENTS.md
  • references/SCHEMAS.md

Commands this skill supports

Treat the following words as commands when the user invokes this skill:

  • init <TASK_ID>: create .agent/tasks/<TASK_ID>/, install or refresh subagent templates, and update AGENTS.md plus the repo's Claude guide file
  • freeze <TASK_ID>: create or refine spec.md from the user task, task file, and repo guidance
  • build <TASK_ID>: implement the task against the frozen spec
  • evidence <TASK_ID>: create or refresh evidence.md, evidence.json, and raw artifacts without changing production code
  • verify <TASK_ID>: run a fresh verifier pass and write verdict.json, plus problems.md when needed
  • fix <TASK_ID>: apply the smallest safe fix set from problems.md, then refresh the evidence bundle
  • run <TASK_ID>: execute the full loop from spec freeze through verification
  • status <TASK_ID>: summarize current artifact status

Read the full file on GitHub · 257 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 257 lines · 69 tokens per session scan A 7ce5da248131

Subscribe to this mod's changes

repo-task-proof-loop is a skill published in the GitHub repository skillmds/skillmd (1 stars, last pushed yesterday), licensed MIT. It adds 69 tokens to every session and 3,317 once invoked, about $0.0003 per session on Opus 5.5. A static security scan graded it A with 0 findings. It is 100% identical to repo-task-proof-loop, differing in 1 line, and is treated as a copy.