test-runner

Installation
SKILL.md

Test Runner

Run tests and return structured results.

Input

scope: string  # Optional: directory, file path, or test name pattern

Process

  1. Detect framework from project files (if not provided):
    • spec/ + _spec.rb + .rspec = RSpec
    • test/ + _test.rb = Minitest
    • jest.config.js or *.test.js = Jest/Vitest
    • go.mod + _test.go = Go test
    • pytest.ini or conftest.py = pytest
Related skills
Installs
10
GitHub Stars
39
First Seen
Mar 24, 2026