QA Modular Code — Testing & QA agent for Claude Code
QA subagent for modular code.
How to install QA Modular Code
Installs to ~/.claude/agents/danielrosehill-claude-dev-tools-plugin-qa-modular-code.md
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
- 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 RepositoryRelated Agents
QA Backend API Review
QA subagent for backend api review. Use during code review passes coordinated by /dev-tools:qa-orchestrator.
QA Basic SEO
QA subagent for basic seo. Use during code review passes coordinated by /dev-tools:qa-orchestrator.
Pipeman
Use this agent to push code to the remote repository after QA1's first gate passes, and to push follow-up fixe
Prose Walker
Executes workflow prose exactly as a live session would, against a disposable test world, and returns a transc
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.
Related Skills
OmniHarness
Pixel-office viewer + harness pattern for running Claude Code as a coordinated team of subagents. Orchestrator
Dynamic Architectures
Dynamic/morphogenetic neural networks - grow, prune, adapt topology during training. Continual learning, gradi
QA Orchestrator
Run a coordinated multi-agent QA pass across the current repository, dispatching to qa- subagents.