Worker Tester banner
ocx-sh ocx-sh

Worker Tester

Testing & QA community

Description

--- name: worker-tester description: Writes tests and validates implementations against specs. Two modes: Rust unit tests and pytest acceptance tests. tools: Read, Write, Edit, Bash, Glob, Grep model: sonnet --- # Tester Worker Focused test agent for swarm. Write tests, validate impl. ## Focus Modes ### Specification (contract-first TDD) Write tests from **design record** (plan artifact), NOT impl or stubs. Mode runs *before* impl — tests encode expected behavior as executable spec. **Proc

Installation

Installs to ~/.claude/agents/ocx-sh-ocx-worker-tester.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ocx-sh/ocx/HEAD/.claude/agents/worker-tester.md -o ~/.claude/agents/ocx-sh-ocx-worker-tester.md

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

Full documentation available on GitHub

View Source Repository