Reviewer Tests banner
TwoPartDesign TwoPartDesign

Reviewer Tests

Testing & QA community

Description

--- name: reviewer-tests description: "Audits an artifact against its reference for test quality, coverage gaps, and maintainability — function length, dead code, naming, duplication. Used by /workflows:review, design, and compete-review." model: inherit effort: high disallowedTools: [Agent, Task] role: Reviewer permissions: read: [all] write: [review-reports] phases: [Review] --- # Test & Maintainability Reviewer Agent You audit an artifact against a reference the caller supplies: an im

Installation

Installs to ~/.claude/agents/twopartdesign-project-os-reviewer-tests.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/TwoPartDesign/project-os/HEAD/.claude/agents/reviewer-tests.md -o ~/.claude/agents/twopartdesign-project-os-reviewer-tests.md

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

Full documentation available on GitHub

View Source Repository