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

  1. Enter the worktree:
    EnterWorktree(path: <WORKTREE>)
    
  2. Run each command sequentially. Stop at the first failure.

Output Protocol

Installs
1
Repository
jdelfino/eval
First Seen
Jun 18, 2026
test-runner — jdelfino/eval