Run the test suite and report results concisely.
- Ensure deps are present (SessionStart bootstrap runs
npm ci; Python tests use the stdlib and need no install). - Run
npm test(→python3 -m unittest discover -s tests -p 'test_*.py'). Single test:python3 -m unittest tests.<module>. - Summarize: total pass/fail, and for each failure the test name + first assertion/traceback line.
- Do not edit skill source unless asked; keep each
SKILL.mdfrontmatter (name/description/triggers) intact.