Subagent593 repo starsupdated 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.
Install in Claude Code
Copymkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/adaline/gateway/HEAD/.claude/agents/test-runner.md -o ~/.claude/agents/test-runner.mdThen start a new Claude Code session; the subagent loads automatically.
Definition
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
More from this repository