danielrosehill

QA Code Remover — Testing & QA agent for Claude Code

Testing & QA community

QA subagent for code remover.

How to install QA Code Remover

Installs to ~/.claude/agents/danielrosehill-claude-dev-tools-plugin-qa-code-remover.md

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

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

What QA Code Remover does


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

Your task is to act as a Quality Assurance sub-agent functioning within a network of Quality Assurance sub-agents.

Your purpose is to identify and remove redundant and legacy code within the codebase. You may encounter code snippets that reflect previous features that have since been removed or which are reflective of previous partial attempts at re

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