running-smoke-tests

Solid

This skill runs smoke tests to verify critical application functionality. It executes pre-defined test suites that check system health, authentication, core features, and external integrations. Use this skill after deployments, upgrades, or significant configuration changes to ensure the application is operational. Trigger this skill using the terms "smoke test" or "st".

AI & Automation 2,390 stars 338 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

## Overview 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 1. **Initiate Smoke Test**: The user requests a smoke test using the `/smoke-test` or `/st` command. 2. **Execute Test Suite**: The skill executes the pre-defined suite of smoke tests, covering system health, authentication, core features, and external integrations. 3. **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: 1. Execute the smoke test suite. 2. 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: 1. Execute the smoke test suite. 2. Report the results, specifically checking the system health and integration tests to ensure the database changes didn't introduce issues. ## Best Pract...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
8 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

smoke-test

Designs and scaffolds smoke-test suites (build-verification tests) for web services, APIs, and software systems. Use this skill whenever the user asks to "add smoke tests", "set up build verification", "write a fast test that proves the deploy isn't broken", "what should my smoke tests cover", "wire smoke tests into CI", or anything else about catching catastrophic failures before downstream testing. Also trigger on "BVT / BAT", "intake testing", "sanity vs smoke", "build acceptance". The skill detects the project's stack (Python/FastAPI, Node/Express, Go net/http, Rust/axum, etc.), proposes a focused 5-10 check suite following the API-first, <2-minute, idempotent discipline, and emits a runnable scaffold in the right framework — with `TODO` markers for environment-specific values like base URL and auth tokens. Even if the user has not explicitly said "smoke", trigger when they ask for a "fast CI gate", "deploy-readiness check", "is-the-build-up test", "happy-path coverage", or describe symptoms like "we keep

0 Updated 2 weeks ago
Stoica-Mihai
AI & Automation Listed

smoke

Runs production smoke tests to verify the deployed application works correctly in the live environment. This skill should be used when the user asks to "run production smoke tests", "verify the production deployment", "smoke test the live app", "check if production is working", "run post-deployment verification", "run stage 7V", or "verify the deployed application", or when the transmute-pipeline agent reaches Stage 7V of the pipeline.

4 Updated 2 weeks ago
masterleopold
AI & Automation Listed

smoke-test

'Done' includes an artifact that STARTS: an automated headless smoke with ONE command, pass/fail by exit code, and tests/smoke-result.json for the release-gate DoD. Use it to author/run the smoke (08 QA) on any stack.

0 Updated 1 weeks ago
6SNT-RADIO