Tech Debt Assessor banner
letsrevel letsrevel

Tech Debt Assessor

Development community

Description

--- name: tech-debt-assessor description: "Use this agent to assess technical debt and code quality in a bounded region of the Revel codebase. It is the region-scoped **hunter** worker dispatched in parallel by the `/tech-debt` command, and can also be used standalone for an ad-hoc tech-debt review of a specific app, service, or module. For a full-repo assessment, prefer the `/tech-debt` slash command (which fans out many hunters + specialists + a verification pass and scores the whole repo) ove

Installation

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

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

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

Full documentation available on GitHub

View Source Repository