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
- Detect framework from project files (if not provided):
spec/+_spec.rb+.rspec= RSpectest/+_test.rb= Minitestjest.config.jsor*.test.js= Jest/Vitestgo.mod+_test.go= Go testpytest.iniorconftest.py= pytest