# Test

> Run the project test suite. Use when verifying correctness after changes.

- Skill: `robmclarty/test` (Agent Skill)
- Install (CLI): `npx skillmds@latest add robmclarty/test`
- Raw SKILL.md: https://api.skillmd.com/api/skills/robmclarty/test/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: robmclarty (https://skillmd.com/u/robmclarty)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/robmclarty/test

---


Run `npm test` and report the results. If tests fail, analyze the failures and suggest fixes.

Additional test scripts:

- `python3 tests/test-scripts.py` — unit tests for Python scripts
- `python3 tests/test-hooks.py` — unit tests for Python hooks
- `bash tests/run-all.sh` — run all test suites
- `bash tests/test-snapshots.sh` — snapshot tests for generated artifacts

