smoke-check

Execute the full automated test suite and produce a PASS/FAIL report.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/LordKuper/agentic-game-studio --skill smoke-check-lordkuper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: smoke-check
Source: https://github.com/LordKuper/agentic-game-studio/tree/main/.claude/skills/smoke-check
Command: npx skills add https://github.com/LordKuper/agentic-game-studio --skill smoke-check-lordkuper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Gates the transition from development to QA by executing the automated test suite, validating core functionality, and generating a PASS/FAIL report to prevent releasing unready builds.

Core Features & Use Cases

  • Automated Test Execution: Runs the full test suite and surfaces a clear PASS/FAIL verdict.
  • Coverage & QA Planning: Cross-checks against the current QA plan and sprint plans to validate coverage and readiness.
  • Platform-aware Output: Produces a standardized QA gate artifact at .ags/project/qa/smoke-[date].md for hand-off, and supports optional platform-specific checks.

Quick Start

Run /smoke-check sprint to gate the build for QA hand-off.

Frequently Asked Questions about smoke-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I gate a build for QA hand-off using automated tests?

Automated smoke tests gate your build by running the full test suite and generating a PASS/FAIL report that validates core functionality before QA hand-off, preventing unready builds from advancing.

What is a smoke test gate and when do I need it for sprint readiness?

A smoke test gate is an automated checkpoint that runs your full test suite to verify sprint readiness before QA. You need it to validate test coverage against QA plans and produce structured evidence for build-release decisions.

How do I generate a QA gate artifact after running automated tests?

Generate a QA gate artifact by running the automated test suite, which outputs a standardized PASS/FAIL report at .ags/project/qa/smoke-[date].md containing structured evidence for QA hand-off and sprint planning.

Does the smoke test gate support platform-specific checks for QA hand-off?

Yes, the smoke test gate supports optional platform-specific checks alongside the full automated test suite. It validates platform readiness and cross-checks coverage against current QA plans before producing the PASS/FAIL verdict.

Can I cross-check test coverage against my current QA plan before releasing a build?

Yes, the smoke test gate cross-checks automated test execution results against your QA and sprint plans to validate coverage and readiness before generating the PASS/FAIL hand-off artifact.