testing

Run test suite and report results. Use when user asks to "run tests", "/test", "/testing", "execute tests", or requests running the test suite. Don't use for writing new tests, checking coverage, or running a single specific test file.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "testing" with this command: npx skills add helderberto/skills/helderberto-skills-testing

Testing

Commands

ScriptCommand
runnpm test
watchnpm run test:watch
ci+coveragenpm run test:ci

Workflow

  1. Run npm test
  2. Report results concisely: show failing test names and file paths

Rules

  • Default to npm test
  • Don't modify tests unless requested

Error Handling

  • If npm test script not found → check package.json scripts for alternatives (jest, vitest, test:run); report if none exist
  • If tests time out → report the timeout and suggest increasing --testTimeout in the runner config
  • If test runner crashes (exit code other than 0 or 1) → report the crash output and stop

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

testing

No summary provided by upstream source.

Repository SourceNeeds Review
General

testing

No summary provided by upstream source.

Repository SourceNeeds Review
General

testing

No summary provided by upstream source.

Repository SourceNeeds Review
General

ship

No summary provided by upstream source.

Repository SourceNeeds Review