Chadi Test — Testing & QA agent for Claude Code
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
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 RepositoryRelated Agents
Moody Blues
Use this agent when you need code reviews, quality audits, or local quality checks (typecheck, lint, test) on
Test Verification
Test / Verification Agent. Read-only w.r.t. product code. Independently verifies the implementer's change agai
E2e Selector Drift Reviewer
Use this agent when Playwright E2E spec files under apps//e2e/ (e.g. apps/hospitality/e2e/.spec.ts) are added
QA Test E2e Reviewer
End-to-end browser test gap reviewer that detects webapps, surveys critical user journeys, and recommends gaps
E2e Test Author
Specialist for end-to-end browser tests. Playwright against the Vercel preview URL. Use for critical user jour
Context First Auditor
Audits a context-first (non-dev) harness: documentation/wiki/rules-oriented repo. Replaces test-runner / forma
Related Skills
Engineering Fix
Applies engineering corrections from the last /engineering-audit run. Creates an isolated branch, applies chan
Running Verification Suite
!npm test 2>&1 true !npm run typecheck 2>&1 true !npm run lint 2>&1 true ---
TYPO3 Testing Skill
Test infrastructure: unit, functional, E2E, architecture, mutation