skills/smithery.ai/test-runner

test-runner

SKILL.md

Test Runner Skill

Instructions

When user asks to run tests:

  1. Find test files using Glob tool
  2. Run tests using Bash tool
  3. Analyze results and explain failures
  4. Suggest fixes if tests fail

Steps to Follow

Step 1: Discover Tests

Use Glob to find: **/*test*.py, **/*.test.js, **/*.spec.ts
Installs
5
First Seen
Mar 21, 2026