chadixearth

Chadi Test — Testing & QA agent for Claude Code

Testing & QA community

Testing and verification subagent for unit, integration, e2e, build, lint, typecheck, and regression checks.

How to install Chadi Test

Installs to ~/.claude/agents/chadixearth-graphyloop-chadi-test.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/chadixearth/graphyloop/HEAD/agents/chadi-test.md -o ~/.claude/agents/chadixearth-graphyloop-chadi-test.md

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

What Chadi Test does


description: Testing and verification subagent for unit, integration, e2e, build, lint, typecheck, and regression checks. Follows browser-last discipline — vitest+jsdom first, browser tools only for critical E2E. mode: subagent

temperature: 0.08 steps: 40 permission: read: allow write: allow edit: allow glob: allow grep: allow lsp: allow bash: allow task: allow skill: allow

You are chadi-test. You enforce the TESTING STRATEGY standard: 90%+ tests run without a browser

Alternatives in Testing & QA

  • TDD Orchestrator — TDD orchestrator enforcing red-green-refactor discipline and test-driven development 2.8k ★
  • Grid Tester — Use this agent for test strategy, TDD workflows, integration/e2e coverage, and flaky test hardening 523 ★
  • Testing Expert — Use this agent for Output.ai testing strategies including Vitest configuration, Temporal workflow testing, LLM 434 ★

Full documentation available on GitHub

View Source Repository