Test architectural layer with coverage-first analysis
Executes layer-specific tests with configurable coverage thresholds and playbook integration.
/plugin marketplace add bengous/claude-code-plugins/plugin install claude-orchestration@bengous-plugins<module> <layer> [playbook] [--coverage <percent>]Test a specific architectural layer with comprehensive coverage analysis.
/test-layer <module> <layer> [playbook] [--coverage <N>]
Examples:
/test-layer auth infrastructure
/test-layer auth infrastructure docs/playbook.md
/test-layer auth infrastructure docs/playbook.md --coverage 80
Natural invocation:
Step 1: Parse Arguments
Extract from $ARGUMENTS:
$1$2$3 (optional)--coverage <N> flag (optional)Step 2: Invoke Skill
Skill(skill: "layer-testing")
Step 3: Provide Context
Testing Request:
- Module: <MODULE>
- Layer: <LAYER>
- Playbook: <PLAYBOOK or "none">
- Coverage Target: <COVERAGE or "100">%
Done. The skill handles the rest.