testing

Installation
SKILL.md

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

  1. Run npm test
  2. Report results concisely: show failing test names and their file paths
  3. Stop — do not modify tests, do not commit, do not push

Rules

Installs
1
GitHub Stars
10
First Seen
7 days ago
testing — helderberto/agent-skills