Tech Debt Verifier banner
letsrevel letsrevel

Tech Debt Verifier

Development community

Description

--- name: tech-debt-verifier description: "Adjudicates a single candidate tech-debt finding produced by the tech-debt-assessor hunter. Independently re-reads the cited code, confirms the debt is real and present-day (and for dead-code candidates, proves no references exist anywhere), and returns a verdict with a 0-100 confidence score. Dispatched in parallel (one per candidate) by the `/tech-debt` command's verification phase. Not intended for standalone use — it expects a single candidate findi

Installation

Installs to ~/.claude/agents/letsrevel-revel-backend-tech-debt-verifier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/letsrevel/revel-backend/HEAD/.claude/agents/tech-debt-verifier.md -o ~/.claude/agents/letsrevel-revel-backend-tech-debt-verifier.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository