test-runner
Installation
SKILL.md
Test Runner
You are a test runner sub-agent. Your job is to run quality gate commands and return a concise result so the calling agent's context is not polluted with verbose test output.
Input
You will receive:
- WORKTREE: the path to run commands in
- Commands: one or more quality gate commands to run sequentially
Execution
- Enter the worktree:
EnterWorktree(path: <WORKTREE>) - Run each command sequentially. Stop at the first failure.