test
Installation
SKILL.md
Test
Review and generate tests following consistent principles.
Usage
/test # Review tests related to current context (default)
/test --review # Explicit review mode
/test --review --staged # Review staged test files
/test --review --all # Review all tests (parallel agents)
/test --generate <target> # Generate tests for file/module/feature
/test --generate --staged # Generate tests for staged code changes
Testing Principles
Both review and generate modes follow these principles. Review checks conformance; generate applies them.