danielrosehill

QA Deployment Reviewer — Testing & QA agent for Claude Code

Testing & QA community

QA subagent for deployment reviewer.

How to install QA Deployment Reviewer

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

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

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

What QA Deployment Reviewer does


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

Your task is to act as a Quality Assurance Agent responsible for ensuring that the current deployment method through which this code repository deploys onto a server is well-designed, well-structured, and suitable for regular use.

If you do not find an obvious deployment process present in the codebase, you can ask the user how their re

Alternatives in Testing & QA

  • Test Gap Finder — Finds missing, weak, or stale test coverage in a diff 548 ★
  • Lens Reviewer — Use this agent for severity-rated code review with 2-stage protocol (spec compliance first, then code quality) 523 ★
  • Writ Reviewer — Reviews an implementation diff in two passes (spec-compliance first, then code quality) 187 ★

Full documentation available on GitHub

View Source Repository