test-runner
SKILL.md
Test Runner Skill
Instructions
When user asks to run tests:
- Find test files using Glob tool
- Run tests using Bash tool
- Analyze results and explain failures
- Suggest fixes if tests fail
Steps to Follow
Step 1: Discover Tests
Use Glob to find: **/*test*.py, **/*.test.js, **/*.spec.ts