comprehensive-test
Installation
SKILL.md
Comprehensive Test
Execute comprehensive, multi-level testing that goes beyond smoke testing to actively find bugs through escalating test scenarios.
Step 1: Load or Create Test Plan
Check if .turbo/test-plan.md exists.
- If it exists — read the test plan and continue to Step 2. If the user specifies a narrower scope, filter the plan to relevant scenarios rather than executing all of them.
- If it does not exist — run the
/create-test-planskill first, then continue.
Step 2: Determine Testing Approach
Use the approach specified in the test plan. If the plan does not specify one, determine it using the same logic as /create-test-plan Step 3.
Step 3: Execute Tests by Level
Work through each level sequentially. Complete all tests in a level before moving to the next.