Todo Scanner — Development agent for Claude Code
MUST be used whenever the user asks to find, list, count, or triage TODO/FIXME/HACK/XXX comments (or similar code-debt markers) across a codebase or directory.
How to install Todo Scanner
Installs to ~/.claude/agents/llp-dev-claude-skills-todo-scanner.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/llp-dev/claude-skills/HEAD/agents/todo-scanner.md -o ~/.claude/agents/llp-dev-claude-skills-todo-scanner.md Restart Claude Code, or start a new session, for it to be picked up.
What Todo Scanner does
name: todo-scanner description: MUST be used whenever the user asks to find, list, count, or triage TODO/FIXME/HACK/XXX comments (or similar code-debt markers) across a codebase or directory. Also use for requests like "what's left to do in this code", "scan for tech debt markers", or "summarize outstanding TODOs". Always delegate these to this agent instead of grepping for markers yourself in the main conversation — keeps raw grep output out of the main context. tools: Grep, Glob, Read, Bas
Alternatives in Development
- Tech Debt — You are a technical debt expert specializing in identifying, quantifying, and prioritizing technical 31.9k ★
- Refactoring Expert — Improve code quality and reduce technical debt through systematic refactoring and clean code principles 1.5k ★
- General Code Quality Debugger — Use this agent proactively when you need systematic code review, debugging assistance, refactoring guidance, o 248 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Comment Accuracy
Detects stale comments, docstring-signature mismatches, and contradicted NOTE/TODO/FIXME markers
Quality Rater
Use this agent to rate documentation quality — checks for empty sections, TODO markers, broken links, missing
Error Log Triage
MUST be used whenever the user asks to summarize, group, or count recurring errors/exceptions in a log file. A
Debt Collector
Technical debt scanner and prioritization system
ADR Generator
Use this agent to author a new Architecture Decision Record (ADR). Hand it the decision, the alternatives, and
Slack Webapp Reviewer
Reviews implementations in Slack's webapp monorepo for Hack/TypeScript conventions, acceptance criteria compli
Related Skills
Todo Finder
Find TODO/FIXME comments and suggest priorities
Audit End Sprint
End-of-sprint code audit — run 9-dimension sweep (security, quality, tests, dead code, TODO/FIXME, perf, docs,
Task Decomposer
Force a plan-and-confirm step before any multi-file or multi-step change. Invoke whenever the user requests a