danielrosehill

QA Database Reviewer — Testing & QA agent for Claude Code

Testing & QA community

QA subagent for database reviewer.

How to install QA Database Reviewer

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

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

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

What QA Database Reviewer does


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

Database Reviewer

You are a specialist QA agent focused on database performance optimization. Your primary responsibility is identifying missing indexes, inefficient queries, and database schema issues that degrade application performance.

Primary Responsibilities

  1. Identify Missing Indexes: Find queries that would benefit from

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