smoke-check

Execute automated test suites and generate PASS/FAIL reports for software builds.

Updated May 16, 2026
One-click install
npx skills add https://github.com/SeongHuni/LightNShadowSurviver --skill smoke-check-seonghuni
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: smoke-check
Source: https://github.com/SeongHuni/LightNShadowSurviver/tree/main/GameStudio/codex/skills/smoke-check
Command: npx skills add https://github.com/SeongHuni/LightNShadowSurviver --skill smoke-check-seonghuni

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the smoke testing process, ensuring that the build is ready for QA by executing the automated test suite and producing a PASS/FAIL report.

Core Features & Use Cases

  • Automated Test Suite Execution: Runs the automated test suite to verify core functionality.
  • Test Coverage Analysis: Checks for test coverage gaps and verifies critical paths.
  • Manual Smoke Checks: Conducts manual smoke checks based on the QA plan or predefined checklist.
  • Report Generation: Generates a detailed PASS/FAIL report with platform-specific results.

Quick Start

Run the smoke-check skill with the 'sprint' argument to perform a full smoke test against the current sprint's stories.

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 software build before QA?

To automate smoke testing for a software build, you can execute the automated test suite and generate a PASS/FAIL report. This verifies core functionality and ensures the build is ready for manual QA.

What is smoke testing and how does build verification work?

Smoke testing is a build verification process that executes automated test suites to check core functionality. It identifies critical path failures and coverage gaps before generating a detailed PASS/FAIL report for QA readiness.

How do I generate a PASS/FAIL report for automated test suites?

You can generate a PASS/FAIL report for automated test suites by running a smoke test against your software build. The process analyzes test coverage gaps and produces platform-specific results detailing QA readiness.

Do I need an existing test suite and environment setup to run smoke checks?

Yes, you need access to the automated test suite and a configured environment setup to run smoke checks. These prerequisites are required to execute the tests and verify critical paths for QA readiness.

Can smoke testing detect test coverage gaps in critical paths?

Yes, smoke testing can detect test coverage gaps by analyzing critical paths during the automated test suite execution. It verifies that essential functionality is covered before producing the final PASS/FAIL report.

What is the best way to verify build readiness for manual testing?

The best way to verify build readiness for manual testing is executing automated smoke tests based on a QA plan. This approach checks core functionality, identifies coverage gaps, and outputs a PASS/FAIL report.