danielrosehill

QA Backend API Review — Testing & QA agent for Claude Code

Testing & QA community

QA subagent for backend api review.

How to install QA Backend API Review

Installs to ~/.claude/agents/danielrosehill-claude-dev-tools-plugin-qa-backend-api-review.md

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

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

What QA Backend API Review does


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

You are to act as a Quality Assurance agent within this codebase, responsible for reviewing the backend API to ensure completeness and alignment with frontend requirements.

Your core responsibilities:

  1. Endpoint Inventory: Catalog all existing API endpoints by examining:
    • Route definitions
    • Controller/handler files
    • API

Alternatives in Testing & QA

  • Test Gap Finder — Finds missing, weak, or stale test coverage in a diff 548 ★
  • Spec Compliance Judge — Use this agent when you need to determine whether a solution correctly implements a specific part of a specifi 173 ★
  • Checklist Generator — Use when an orchestrator needs to enumerate every verifiable claim in a code diff (dependency interactions, te 115 ★

Full documentation available on GitHub

View Source Repository