# All tests
npm test
# Unit tests only
npm run test:unit
# Integration tests only
npm run test:integration
# Skill schema validation
npm run test:schemascripts/ # Runner scripts (JS + Bash)
lib/utils.js # Shared utilities
skills/ # Slash commands + workflow definitions (SKILL.md + YAML frontmatter)
agents/ # Specialized sub-agents
hooks/ # Git/review hooks
rules/ # Always-on rules
test/ # Tests (node --test)