What problem does it solve?
This Skill eliminates the risk of AI coding session crashes and unreliable test results caused by unbounded test fan-out, improper test runner usage, and unisolated test execution in opencode-swarm projects.
Core Features & Use Cases
- Three-layer session guardrails: Prevents scope_exceeded errors and session kills from excessive test fan-out when using the test_runner tool.
- Cross-platform test isolation: Provides bash and PowerShell per-file test loops to avoid mock module cache poisoning during test runs.
- Failure triage workflow: Guides users through verifying pre-existing failures via Git worktrees, parsing CI logs, and classifying test regressions to avoid false bug reports.
- Use Case: When you modify a single opencode-swarm agent, use this Skill to run only the relevant isolated tests without triggering a session kill, and correctly identify if any test failures existed before your changes.
Quick Start
Use the running-tests skill to safely execute the unit tests for the coder agent after making your code changes, and classify any test failures as pre-existing or new regressions.