smoke-check

Run automated smoke tests and generate a PASS/FAIL report for QA hand-off.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/packetalien/cursor-game-studios --skill smoke-check-packetalien
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: smoke-check
Source: https://github.com/packetalien/cursor-game-studios/tree/main/.cursor/skills/smoke-check
Command: npx skills add https://github.com/packetalien/cursor-game-studios --skill smoke-check-packetalien

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates validation of a build for QA hand-off by running the automated test suite and producing a clear PASS/FAIL verdict.

Core Features & Use Cases

  • Runs the automated test suite to verify core functionality before hand-off
  • Generates a standardized PASS/FAIL report (production/qa/smoke-[date].md)
  • Supports sprint/quick modes and optional platform batches for targeted checks

Quick Start

Invoke the smoke-check skill with a sprint argument to run the full smoke suite and generate the PASS/FAIL report.

Frequently Asked Questions about smoke-check

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

FAQPage Schema
How do I automate smoke testing for a sprint build before QA hand-off?▼

Automate smoke testing for a sprint build by executing the project's test suite to evaluate core behavior, then generating a standardized PASS/FAIL report for QA hand-off.

Can I generate a PASS/FAIL report for a build gate without manual test evaluation?▼

Yes, you can generate a standardized PASS/FAIL report for a build gate by running the automated test suite and saving the results directly to production/qa/smoke-[date].md.

How do I run targeted smoke checks for specific platform batches?▼

Run targeted smoke checks for specific platform batches by using optional platform batch arguments to tailor the test scope and outputs to your environment.

What's the best way to perform a quick smoke check instead of a full sprint validation?▼

Perform a quick smoke check instead of full sprint validation by invoking the skill in quick mode, which tailors the scope of the automated test suite execution for faster results.

Do I need any external testing dependencies to run automated smoke checks?▼

No external testing dependencies are required to run automated smoke checks; the skill operates independently to coordinate the project's existing test suite and evaluate core behavior.

Where are the automated smoke test reports saved for QA hand-off?▼

Automated smoke test reports for QA hand-off are saved as markdown files at production/qa/smoke-[date].md, providing a clear PASS/FAIL verdict for the current sprint build.