smoke-check
Validates critical application paths to confirm stability before merging or QA.
Install
mkdir -p .claude/skills/smoke-check && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/10310" && unzip -o skill.zip -d .claude/skills/smoke-check && rm skill.zipInstalls to .claude/skills/smoke-check
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Run core path smoke validation before QA handoff or merge.Key capabilities
- →Identify critical-path checks
- →Run automated tests
- →Report pass/fail
- →Provide go/no-go recommendation
How it works
It identifies critical paths and executes relevant tests to verify stability.
Inputs & outputs
When to use smoke-check
- →Pre-merge stability check
- →QA handoff validation
- →Smoke testing core features
About this skill
Smoke Check
Purpose
Verify critical-path stability.
Steps
- Identify critical-path checks.
- Run relevant automated tests if available.
- Report pass/fail and failures with impact.
- Provide go/no-go recommendation.
Output
- PASS or FAIL summary
- Failed areas and likely impact
- Recommended follow-up actions
When not to use it
- →Post-merge testing
- →Non-critical paths
Prerequisites
Limitations
- →Requires automated tests
- →Limited to critical paths
How it compares
It focuses on critical-path stability before handoff instead of full test suites.
Compared to similar skills
smoke-check side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| smoke-check (this skill) | 0 | 3mo | No flags | Beginner |
| agent-production-validator | 3 | 6mo | Review | Advanced |
| validate-delivery | 1 | 5mo | Review | Beginner |
| release-testing | 1 | 1mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by hoatv2211
View all by hoatv2211 →You might also like
agent-production-validator
ruvnet
Agent skill for production-validator - invoke with $agent-production-validator
validate-delivery
avifenesh
Use when validating task completion before shipping. Runs tests, build, and requirement checks. Returns pass/fail with fix instructions.
release-testing
mono
Run integration tests to verify SkiaSharp NuGet packages work correctly before publishing. Use when user asks to: - Test/verify packages before release - Run integration tests - Test on specific device (iPad, iPhone, Android emulator, Mac, Windows) - Verify SkiaSharp rendering works - Check if packages are ready for publishing - Run smoke/console/blazor/maui tests - Continue with release - Test version X Triggers: "test the release", "verify packages", "run tests on iPad", "check ios tests", "test mac catalyst", "run android tests", "continue", "test 3.119.2-preview.2".
documenso-ci-integration
jeremylongshore
Configure CI/CD pipelines for Documenso integrations. Use when setting up automated testing, deployment pipelines, or continuous integration for Documenso projects. Trigger with phrases like "documenso CI", "documenso GitHub Actions", "documenso pipeline", "documenso automated testing".
aidlc-build
aws-samples
Final integration build and test verification. Validates that implemented code compiles, passes all test suites, and meets quality gates before deployment.
release-bump
himatts
Prepare versioned release updates for Lime Pipeline. Use when user-visible behavior changes require bumping `bl_info["version"]`, updating `CHANGELOG.md`, and producing release-ready QA notes.