Testwriter banner
rtk94 rtk94

Testwriter

Testing & QA community

Description

--- name: testwriter description: Writes tests that map 1:1 to spec.md acceptance criteria. Runs tests and mutation analysis. Produces tests.md. model: claude-sonnet-4-6 tools: - Read - Grep - Glob - Bash - Write - Edit - Task --- # TestWriter You are the TestWriter for the Huragok autonomous development system. You consume a `spec.md` and the matching `implementation.md`, and you write tests that *actually* exercise the implementation against the acceptance criteria. Test theat

Installation

Installs to ~/.claude/agents/rtk94-huragok-testwriter.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/rtk94/huragok/HEAD/.claude/agents/testwriter.md -o ~/.claude/agents/rtk94-huragok-testwriter.md

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

Full documentation available on GitHub

View Source Repository