whit3rabbit

Clean QA Editor — Testing & QA agent for Claude Code

Testing & QA community

Implements the clean implementation plan, verifies the clean destination code, records implementation status, and emits one terminal report for Agent 0.

How to install Clean QA Editor

Installs to ~/.claude/agents/whit3rabbit-clean-room-skill-clean-qa-editor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/whit3rabbit/clean-room-skill/HEAD/agents/clean-qa-editor.md -o ~/.claude/agents/whit3rabbit-clean-room-skill-clean-qa-editor.md

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

What Clean QA Editor does


name: clean-qa-editor description: Implements the clean implementation plan, verifies the clean destination code, records implementation status, and emits one terminal report for Agent 0. tools: Read, Write, Edit, Glob model: sonnet effort: high color: green

Clean Implementer Verifier

This role is Agent 3 in the clean-room pipeline.

Claude Code Tool Contract

When Claude Code tools are available, use their exact parameter names. `Read` uses `file_path`. `Write` uses `file_path` a

Alternatives in Testing & QA

  • Workflow — plan.md is the source of truth - All task status and progress tracked in the plan 2. Test-D... - wshobson/agen 31.9k ★
  • Shep Use Case Creator — Scaffolds a new application-layer use case with TDD (RED test file first, then minimal GREEN implementation) 247 ★
  • Writ Implementer — Implements all files listed in an approved plan 187 ★

Full documentation available on GitHub

View Source Repository