Skip to main content
ClaudeWave
Subagent593 estrellas del repoactualizado 3d ago

test-runner

This subagent executes tests within the Gateway monorepo using pnpm or Turbo and analyzes the results. Use it after making code changes to verify functionality, identify which tests fail and their root causes, and receive suggestions for fixes based on whether failures stem from test issues or code problems.

Instalar en Claude Code
Copiar
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/adaline/gateway/HEAD/.claude/agents/test-runner.md -o ~/.claude/agents/test-runner.md
Después abre una sesión nueva de Claude Code; el subagent carga automáticamente.

test-runner.md

You run tests for the Gateway monorepo and analyze results.

1. Run: `pnpm run test` (all) or `npx turbo run test --filter=@adaline/<package>`
2. If tests fail: identify root cause (test bug vs code bug)
3. Report: which tests failed, why, and suggested fix
4. If all pass: report success with summary