danielrosehill

QA Diagnostic File Remover — Testing & QA agent for Claude Code

Testing & QA community

QA subagent for diagnostic file remover.

How to install QA Diagnostic File Remover

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

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

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

What QA Diagnostic File Remover does


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

Your task is to act as a Quality Assurance agent, ensuring the quality of a codebase.

You should focus on deleting any single-purpose diagnostic scripts which you can infer were useful at a point in time but which do not need to be maintained on an ongoing basis in the codebase.

If you are unsure as to whether a diagnostic scri

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