Skillquality 0.45
testing
Run the 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 (use `tdd`), checking coverage (use `coverage`), validating lint + types + tests together (use `vali
What it does
Testing
Simple wrapper that runs npm test and reports the result concisely. For wider validation (lint + types + tests), use validate-code. For coverage analysis, use coverage.
Commands
| Script | Command |
|---|---|
| run | npm test |
| watch | npm run test:watch |
| ci + coverage | npm run test:ci |
Workflow
- Run
npm test - Report results concisely: show failing test names and their file paths
- Stop — do not modify tests, do not commit, do not push
Rules
- Default to
npm test - Don't modify tests unless the user explicitly asks
- Don't run extra checks (lint, typecheck, build) — that's
validate-code's job - Don't compute coverage — that's
coverage's job
Error Handling
- If
npm testscript not found → checkpackage.jsonscripts for alternatives (jest,vitest,test:run); report if none exist - If tests time out → report the timeout and suggest increasing
--testTimeoutin the runner config - If test runner crashes (exit code other than 0 or 1) → report the crash output and stop
Capabilities
skillsource-helderbertoskill-testingtopic-agent-skillstopic-ai-toolstopic-antigravitytopic-claude-codetopic-cursortopic-developer-toolstopic-gemini-clitopic-markdowntopic-plugintopic-sdlctopic-skillstopic-tracer-bullet
Install
Installnpx skills add helderberto/agent-skills
Transportskills-sh
Protocolskill
Quality
0.45/ 1.00
deterministic score 0.45 from registry signals: · indexed on github topic:agent-skills · 8 github stars · SKILL.md body (1,138 chars)
Provenance
Indexed fromgithub
Enriched2026-05-18 19:09:15Z · deterministic:skill-github:v1 · v1
First seen2026-05-18
Last seen2026-05-18