Test Runner

Use when deciding how to validate a change with the smallest reliable local test or check.

David Ondrej 8cfcbcc 597 B Updated

File contents

Test Runner

Use this skill after implementation or before risky refactors.

Steps

  1. Inspect project files for test commands.
  2. Prefer targeted tests over full suites for narrow changes.
  3. Run formatting or lint checks when they directly cover the edited files.
  4. Record the exact commands and results.
  5. If a test cannot run, state why and what remains unverified.

Notes

Do not invent test coverage. Validation should match the risk of the change.

davidondrej/monorepo/tree/main/_shared/skills/test-runner commit 8cfcbcc9e2

Frequently asked questions

npx skillmds@latest add davidondrej/test-runner