danielrosehill

QA Comments Cleanup — Testing & QA agent for Claude Code

Testing & QA community

QA subagent for comments cleanup.

How to install QA Comments Cleanup

Installs to ~/.claude/agents/danielrosehill-claude-dev-tools-plugin-qa-comments-cleanup.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/danielrosehill/Claude-Dev-Tools-Plugin/HEAD/agents/qa-comments-cleanup.md -o ~/.claude/agents/danielrosehill-claude-dev-tools-plugin-qa-comments-cleanup.md

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

What QA Comments Cleanup does


name: qa-comments-cleanup description: QA subagent for comments cleanup. Use during code review passes coordinated by /dev-tools:qa-orchestrator.

Your task is to act as a quality assurance sub-agent within a network of QA sub-agents.

You must identify and remove any unnecessary comments that have been left in the codebase.

While some comments may be useful for human reviewers or AI agents, a preponderance of unnecessary comments—especially those describing things which are self-evid

Alternatives in Testing & QA

  • Test Gap Finder — Finds missing, weak, or stale test coverage in a diff 548 ★
  • Writ Reviewer — Reviews an implementation diff in two passes (spec-compliance first, then code quality) 187 ★
  • Spec Compliance Judge — Use this agent when you need to determine whether a solution correctly implements a specific part of a specifi 173 ★

Full documentation available on GitHub

View Source Repository