What problem does it solve?
This Skill helps engineering teams surface and track what needs testing, preventing overlooked QA steps and accelerating verification before release.
Core Features & Use Cases
- Test planning visibility: Reads plans from plans/testing/ to identify testable features and their build metadata.
- Actionable checklist: Generates a concise, interactive testing checklist for prioritization and execution.
- Lifecycle management: Supports moving completed plans to plans/done/ and updates staging after validation.
- Use Case: When a new build is ready, you run /test to see what tests are required and confirm completion after running xcodebuild.
Quick Start
Use the /test command to view what needs testing, optionally run tests with /test --run, and mark completed items with /test --done <name>.