What problem does it solve?
Smoke-checking prevents broken builds from wasting QA time by running a critical-path test and producing a clear PASS/FAIL verdict before hand-off.
Core Features & Use Cases
- Automated test gate: Detects engine and test setup, runs the appropriate automated test runner, and records pass/fail outcomes.
- Coverage-aware story validation: Scans the current sprint or QA plan to identify covered, manual-evidence, missing, expected, or unknown story test status.
- Deterministic human verification: Runs structured manual smoke check batches (including platform-specific batches when requested) and logs the results.
Use case: After finishing sprint stories, run smoke-check to confirm core stability and sprint mechanics are ready, then share the generated report with QA so they can focus on verification instead of triage.
Quick Start
Run /smoke-check sprint --platform pc to execute automated tests, run the required smoke batches, and produce a PASS/FAIL readiness report for QA.