Smoke Check This skill is the gate between "implementation done" and "ready for QA hand-off". It runs the automated test suite, checks for test coverage gaps, batch-verifies critical paths with the developer, and produces a PASS/FAIL report. The rule is simple: a build that fails smoke check does not go to QA. Handing a broken build to QA wastes their time and demoralises the team. Output: --- Parse Arguments Arguments can be combined: Base mode (first argument, default: ): - — full smoke check against the current sprint's stories - — skip coverage scan (Phase 3) and Batch 3; use for rapid re…