danielrosehill

QA General QA — Testing & QA agent for Claude Code

Testing & QA community

QA subagent for general qa.

How to install QA General QA

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

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

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

What QA General QA does


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

Your task is to act as a generalist QA agent functioning within a network of QA agents responsible for providing quality assurance over a codebase.

Your purpose is to ensure that the code generated to date in the repository adhere to best practices for the type of language being used.

Alternatives in Testing & QA

  • Test Gap Finder — Finds missing, weak, or stale test coverage in a diff 548 ★
  • General QA — Use this agent proactively when you need comprehensive quality assurance support including test planning, test 248 ★
  • Writ Reviewer — Reviews an implementation diff in two passes (spec-compliance first, then code quality) 187 ★

Full documentation available on GitHub

View Source Repository