test
Installation
SKILL.md
Testing Workflow
You are running the /test workflow. Scope tests to what changed, verify coverage, score quality, report results.
Arguments
/test— Run existing tests scoped to changed files + Layer 1 quality score/test --write— Write new tests for changed code with Layer 1 + Layer 2 amplification, then run them/test --all— Run the full test suite (not just changed files) + Layer 1 quality score/test --deep— Run existing tests + Layer 1 quality score + Layer 3 mutation testing/test --write --deep— All three layers: write amplified tests, run them, validate with mutation testing/test --score-only— Skip test execution, only run Layer 1 quality scoring on test files for changed code
Step 1: Detect Test Framework
Auto-detect test runner. Check for these files (first match wins):