Back to Skills

Running Smoke Tests

jeremylongshore
Updated Today
17 views
927
113
927
View on GitHub
Metatestingdesign

About

This skill runs a suite of smoke tests to verify critical application functionality like system health, authentication, and core features. It's designed for use after deployments or significant changes to ensure the application is operational. Developers can trigger it using the `/smoke-test` or `/st` command for a fast pass/fail assessment.

Documentation

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 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.

Quick Install

/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/main/skill-adapter

Copy and paste this command in Claude Code to install this skill

GitHub 仓库

jeremylongshore/claude-code-plugins-plus-skills
Path: backups/plugin-enhancements/plugin-backups/smoke-test-runner_20251019_155419/skills/skill-adapter
aiautomationclaude-codedevopsmarketplacemcp

Related Skills

evaluating-llms-harness

Testing

This Claude Skill runs the lm-evaluation-harness to benchmark LLMs across 60+ standardized academic tasks like MMLU and GSM8K. It's designed for developers to compare model quality, track training progress, or report academic results. The tool supports various backends including HuggingFace and vLLM models.

View skill

langchain

Meta

LangChain is a framework for building LLM applications using agents, chains, and RAG pipelines. It supports multiple LLM providers, offers 500+ integrations, and includes features like tool calling and memory management. Use it for rapid prototyping and deploying production systems like chatbots, autonomous agents, and question-answering services.

View skill

Algorithmic Art Generation

Meta

This skill helps developers create algorithmic art using p5.js, focusing on generative art, computational aesthetics, and interactive visualizations. It automatically activates for topics like "generative art" or "p5.js visualization" and guides you through creating unique algorithms with features like seeded randomness, flow fields, and particle systems. Use it when you need to build reproducible, code-driven artistic patterns.

View skill

webapp-testing

Testing

This Claude Skill provides a Playwright-based toolkit for testing local web applications through Python scripts. It enables frontend verification, UI debugging, screenshot capture, and log viewing while managing server lifecycles. Use it for browser automation tasks but run scripts directly rather than reading their source code to avoid context pollution.

View skill