QA Database Reviewer — Testing & QA agent for Claude Code
QA subagent for database reviewer.
How to install QA Database Reviewer
Installs to ~/.claude/agents/danielrosehill-claude-dev-tools-plugin-qa-database-reviewer.md
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
- 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 RepositoryRelated Agents
QA Deployment Reviewer
QA subagent for deployment reviewer. Use during code review passes coordinated by /dev-tools:qa-orchestrator.
QA Backend API Review
QA subagent for backend api review. Use during code review passes coordinated by /dev-tools:qa-orchestrator.
Mx Schema Builder
Use this agent to build database schemas for new projects. It creates Supabase tables, RLS policies, TypeScrip
Architecture Reviewer
Use AFTER spec-reviewer passes to review code for architectural issues. Structural health check.
Performance Reviewer
Use AFTER spec-reviewer passes to review code for performance issues. Heuristic-based, not profiling.
Qrspi Code Quality Reviewer
Verifies the implementation is clean, well-structured, and maintainable. Used in both Implement phase (per-tas
Related Skills
OmniHarness
Pixel-office viewer + harness pattern for running Claude Code as a coordinated team of subagents. Orchestrator
Claude Dev
Autonomous multi-agent development team orchestrator for Claude Code. Team-lead agent dispatches developer/rev
QA Orchestrator
Run a coordinated multi-agent QA pass across the current repository, dispatching to qa- subagents.