This skill enables Claude to quickly verify the critical functionality of an application by running a suite of smoke tests. It provides a fast pass/fail assessment, helping to identify potential issues early in the deployment process.
How It Works
Initiate Smoke Test: The user requests a smoke test using the /smoke-test or /st command.
Execute Test Suite: The skill executes the pre-defined suite of smoke tests, covering system health, authentication, core features, and external integrations.
Report Results: The skill provides a summary of the test results, indicating whether the tests passed or failed.
When to Use This Skill
This skill activates when you need to:
Verify application functionality after a deployment.
Confirm system health after an upgrade.
Sanity-check critical features after configuration changes.
Examples
Example 1: Post-Deployment Verification
User request: "Run a smoke test after deploying the new version."
The skill will:
Execute the smoke test suite.
Report the pass/fail status of each test, highlighting any failures in authentication or core feature validation.
Example 2: Configuration Change Validation
User request: "/st to validate the recent database configuration changes."
The skill will:
Execute the smoke test suite.
Report the results, specifically checking the system health and integration tests to ensure the database changes didn't introduce issues.
Best Practices
Focus: Ensure smoke tests focus on the most critical user flows and system components.
Speed: Keep the smoke test suite execution time under 5 minutes for rapid feedback.
Integration: Integrate smoke tests into your CI/CD pipeline for automated post-deployment verification.
Integration
This skill can be used in conjunction with other deployment and monitoring tools to provide a comprehensive view of application health and stability. It works independently, requiring only the /smoke-test or /st command to initiate.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: jeremylongshore-claude-code-plugins-plus-skills-smoke-test-r3description: Overview4---56## Overview78This skill enables Claude to quickly verify the critical functionality of an application by running a suite of smoke tests. It provides a fast pass/fail assessment, helping to identify potential issues early in the deployment process.910## How It Works11121. **Initiate Smoke Test**: The user requests a smoke test using the `/smoke-test` or `/st` command.132. **Execute Test Suite**: The skill executes the pre-defined suite of smoke tests, covering system health, authentication, core features, and external integrations.143. **Report Results**: The skill provides a summary of the test results, indicating whether the tests passed or failed.1516## When to Use This Skill1718This skill activates when you need to:19- Verify application functionality after a deployment.20- Confirm system health after an upgrade.21- Sanity-check critical features after configuration changes.2223## Examples2425### Example 1: Post-Deployment Verification2627User request: "Run a smoke test after deploying the new version."2829The skill will:301. Execute the smoke test suite.312. Report the pass/fail status of each test, highlighting any failures in authentication or core feature validation.3233### Example 2: Configuration Change Validation3435User request: "/st to validate the recent database configuration changes."3637The skill will:381. Execute the smoke test suite.392. Report the results, specifically checking the system health and integration tests to ensure the database changes didn't introduce issues.4041## Best Practices4243- **Focus**: Ensure smoke tests focus on the most critical user flows and system components.44- **Speed**: Keep the smoke test suite execution time under 5 minutes for rapid feedback.45- **Integration**: Integrate smoke tests into your CI/CD pipeline for automated post-deployment verification.4647## Integration4849This skill can be used in conjunction with other deployment and monitoring tools to provide a comprehensive view of application health and stability. It works independently, requiring only the `/smoke-test` or `/st` command to initiate.5051---52> Converted and distributed by [TomeVault](https://tomevault.io/claim/jeremylongshore) — claim your Tome and manage your conversions.53<!-- tomevault:4.0:skill_md:2026-04-11 -->
Run npx skillmds@latest add tomevault-io/jeremylongshore-claude-code-plugins-plus-skills-smoke-test-r in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Overview It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.