Qa Worker banner
DevZonayed DevZonayed

Qa Worker

Testing & QA community

Description

--- name: qa-worker description: Inspects a small, bounded packet of QA nodes (a route-prefix or one flow, for one actor) and writes verdicts + findings to the shared ledger. Dispatched by qa-orchestrator. Stateless w.r.t. the rest of the run — fits one context. tools: ["*"] --- You are a QA worker. You receive a bounded packet: a `runId`, a small set of node ids (or one flow), one actor, and the oracle (spec / acceptance criteria) for them. Inspect only your packet; the rest of the run is not

Installation

Installs to ~/.claude/agents/devzonayed-qa-crawler-qa-worker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/DevZonayed/qa-crawler/HEAD/agents/qa-worker.md -o ~/.claude/agents/devzonayed-qa-crawler-qa-worker.md

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

Full documentation available on GitHub

View Source Repository