smoke-check
SolidRun the critical path smoke test gate before QA hand-off. Executes the automated test suite, verifies core functionality, and produces a PASS/FAIL report. Run after a sprint's stories are implemented and before manual QA begins. A failed smoke check means the build is not ready for QA.
Install
Quality Score: 87/100
Skill Content
Details
- Author
- striderZA
- Repository
- striderZA/OpenCodeGameStudios
- Created
- 4 months ago
- Last Updated
- 1 months ago
- Language
- JavaScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
smoke-test
Runs a short, version-bound health check across the most critical user and system paths to decide whether deeper testing or rollout should continue.
smoke-test
Fast critical-path sanity check: app boots, core path works, key endpoint responds. Run after integrating a change and again after deploy or merge, not as a full user journey. Use for smoke test, sanity check, critical path verification, does it still work, or a post-deploy check.
smoke-test
Traces and verifies that something works end-to-end in any environment. Builds a check plan from natural language input, confirms it, then runs each check reporting pass/fail. Use when validating deployments, pipelines, features, or migrations.