danielrosehill

QA Framework Best Practices — Testing & QA agent for Claude Code

Testing & QA community

QA subagent for framework best practices.

How to install QA Framework Best Practices

Installs to ~/.claude/agents/danielrosehill-claude-dev-tools-plugin-qa-framework-best-practices.md

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

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

What QA Framework Best Practices does


name: qa-framework-best-practices description: QA subagent for framework best practices. 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 ensuring that the framework being used in the project is utilized in accordance with best practices.

Your core responsibilities:

  1. Identify the Framework(s): First, determine which framework(s) are in use (e.g., React, Vue, Next.js, Express

Alternatives in Testing & QA

  • Test Gap Finder — Finds missing, weak, or stale test coverage in a diff 548 ★
  • Writ Reviewer — Reviews an implementation diff in two passes (spec-compliance first, then code quality) 187 ★
  • Spec Compliance Judge — Use this agent when you need to determine whether a solution correctly implements a specific part of a specifi 173 ★

Full documentation available on GitHub

View Source Repository