smoke-check

Run smoke tests and generate PASS/FAIL reports for QA hand-off.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/CarlosQ96/robot-crawler --skill smoke-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: smoke-check
Source: https://github.com/CarlosQ96/robot-crawler/tree/main/.agents/skills/smoke-check
Command: npx skills add https://github.com/CarlosQ96/robot-crawler --skill smoke-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents builds that fail core functionality from being handed off to QA by running automated smoke tests and manual verification checks.

Core Features & Use Cases

  • Detects test infrastructure and engine configuration.
  • Executes engine‑specific automated test suites and parses results.
  • Analyzes test coverage against story and sprint plans.
  • Conducts platform‑specific manual smoke checks via user prompts.
  • Generates a comprehensive PASS/FAIL report for QA hand‑off.

Quick Start

Ask the agent to run /smoke-check sprint --platform pc to evaluate the current build.

Frequently Asked Questions about smoke-check

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

FAQPage Schema
How do I run smoke tests to gate a game build before QA hand-off?

Run smoke tests by instructing the agent to evaluate the build using a command like `/smoke-check sprint --platform pc` to verify core functionality before QA. The process detects the engine, executes test suites, and gathers manual checks to generate a PASS/FAIL report.

What is a smoke test for game development and when do I need to run it?

A smoke test for game development verifies that a build meets core functionality before being handed off to QA. You need to run it to prevent builds with critical failures from reaching QA, assessing automated suites, coverage, and manual stability checks.

Can I run platform-specific manual stability checks for my game build?

Yes, you can run platform-specific manual stability checks for your game build. The skill conducts manual smoke checks via user prompts tailored to the specified platform, such as PC, alongside automated test suites to ensure comprehensive verification.

How do I analyze test coverage against story and sprint plans?

Analyze test coverage against story and sprint plans by executing the smoke check skill, which inspects test directories and parses automated test results. It compares detected coverage metrics against your sprint plans to ensure core functionality is met.

Does the smoke test process detect the game engine configuration automatically?

Yes, the smoke test process detects the game engine configuration automatically. It inspects your test directories to identify the engine setup and then executes the appropriate engine-specific test commands to parse results and verify build stability.