test
Installation
SKILL.md
Test Skill
Run tests and report results with actionable failure analysis.
Protocol
1. Read the test command
Read claude/build.md for the test command and any special flags.
2. Run tests
# Use the command from claude/build.md
# Example: npm test 2>&1 | tail -50
For targeted tests (faster feedback):
# Example: npm test -- --testPathPattern=<filename> 2>&1 | tail -30