llp-dev

Todo Scanner — Development agent for Claude Code

Development community

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

Terminal
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 Repository