smoke-check

Execute automated and manual smoke tests in CI/CD pipelines.

Updated May 24, 2026
One-click install
npx skills add https://github.com/LeKay/ai-game --skill smoke-check-lekay
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: smoke-check
Source: https://github.com/LeKay/ai-game/tree/main/.claude/skills/smoke-check
Command: npx skills add https://github.com/LeKay/ai-game --skill smoke-check-lekay

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates and verifies critical path smoke tests, ensuring core functionality is working correctly before QA hand-off in game development projects.

Core Features & Use Cases

  • Automated Test Suite Execution: Runs the automated test suite, verifying core functionality.
  • Test Coverage Check: Ensures that critical paths are covered by tests.
  • Manual Smoke Check Verification: Manually verifies smoke tests for platform-specific behavior.
  • Reporting: Generates a PASS/FAIL report detailing test results and coverage.

Quick Start

Run the smoke check by executing: /smoke-check sprint

Frequently Asked Questions about smoke-check

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

FAQPage Schema
How do I automate critical path smoke tests for game development QA hand-off?

To automate smoke tests for QA hand-off, execute the smoke check gate within your CI/CD pipeline to run the automated test suite and verify critical paths. This ensures your game build is stable and ready for QA.

What is a build verification test in game development CI/CD pipelines?

A build verification test checks if a game build is stable before QA hand-off by executing an automated test suite and manual smoke checks. It operates within a CI/CD pipeline using Bash and game engine testing frameworks.

Does smoke testing check test coverage for critical paths in game builds?

Yes, smoke testing verifies test coverage to ensure that critical paths are covered by tests. It runs the automated test suite and generates a PASS/FAIL report detailing test results and coverage for the game build.

Can I run manual smoke checks for platform-specific behavior in a CI/CD pipeline?

You can run manual smoke check verifications for platform-specific behavior alongside automated test suite execution. This operates within your CI/CD pipeline to ensure core functionality works correctly before QA hand-off.

What is the best way to verify game build stability before QA?

The best way to verify game build stability is to execute a smoke test gate that runs automated tests and manual smoke checks. This generates a PASS/FAIL report detailing test results and coverage to confirm readiness for QA.