smoke-check

Installation
SKILL.md

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: production/qa/smoke-[date].md


Parse Arguments

Arguments can be combined: /gamedev:smoke-check --platform console

Installs
1
GitHub Stars
1
First Seen
Aug 24, 2026
smoke-check — kessriga/game-studio