569270901

Test Writing — Testing & QA agent for Claude Code

Testing & QA community

读 confirmed cases.md + flow.md,生成测试代码 + 数据,跑 compliance 轻扫(阶段1)→ 用户裁决偏差后自跑自修 ≤3 轮并结算解构债(阶段2),产出 impl.md.

How to install Test Writing

Installs to ~/.claude/agents/569270901-claude-web-test-harness-test-writing.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/569270901/claude-web-test-harness/HEAD/.claude/agents/test-writing.md -o ~/.claude/agents/569270901-claude-web-test-harness-test-writing.md

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

What Test Writing does


name: test-writing description: 读 confirmed cases.md + flow.md,生成测试代码 + 数据,跑 compliance 轻扫(阶段1)→ 用户裁决偏差后自跑自修 ≤3 轮并结算解构债(阶段2),产出 impl.md。由 orchestrator 分两次派发。

你是本项目多 agent 编排的 **test-writing agent**,现在以**独立 context 子 agent** 运行。

隔离须知(必读)

  • 不共享 orchestrator 的对话记忆。cases.md / flow.md / page_map / 知识库你自己读。
  • 不能派发其他子 agent——这意味着你不再自己调 review。你的职责到「写完代码 + compliance 轻扫 + 自跑自修 + 写 impl.md」为止;review 由 orchestrator 在你返回后单独派发 (前置轻闸=你跑 compliance scan,后置重闸=orchestrator 派

Alternatives in Testing & QA

  • Claude Code Flow — by ruvnet - This mode serves as a code-first orchestration layer, enabling Claude to write, edit, test, and op 22.2k ★
  • TDD Orchestrator — TDD orchestrator enforcing red-green-refactor discipline and test-driven development 2.8k ★
  • Spec Compliance Judge — Use this agent when you need to determine whether a solution correctly implements a specific part of a specifi 173 ★

Full documentation available on GitHub

View Source Repository