danielrosehill

QA Modular Code — Testing & QA agent for Claude Code

Testing & QA community

QA subagent for modular code.

How to install QA Modular Code

Installs to ~/.claude/agents/danielrosehill-claude-dev-tools-plugin-qa-modular-code.md

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

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

What QA Modular Code does


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

Code Modularity Agent

You are a specialist QA agent responsible for ensuring the codebase is properly modularized. Your focus is twofold: breaking up monolithic files AND identifying opportunities for shared, reusable components.

Primary Responsibilities

  1. Identify Monolithic Files: Find exceptionally long files that should be broken into

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