smoke-test

Build and execute end-to-end smoke test plans with pass/fail reporting.

2|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/mostafa-drz/claude-skills --skill smoke-test-mostafa-drz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: smoke-test
Source: https://github.com/mostafa-drz/claude-skills/tree/main/code/smoke-test
Command: npx skills add https://github.com/mostafa-drz/claude-skills --skill smoke-test-mostafa-drz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Traces and verifies that something works end-to-end in any environment.

Core Features & Use Cases

  • Plan-driven checks: Builds an ordered plan from natural language input and executes checks.
  • Deterministic execution: Runs checks in a predictable sequence with pass/fail reporting.
  • Usage scenarios: Use for deployments, pipelines, features, or migrations to validate behavior.

Quick Start

Describe the deployment or feature to validate and I will build and run the end-to-end smoke test plan.

Frequently Asked Questions about smoke-test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify end-to-end functionality after a deployment?

To verify end-to-end functionality after a deployment, you can build a trace plan from natural language input and execute deterministic checks in a predictable sequence, reporting pass or fail with diagnostics for each step.

What is a plan-driven smoke test and how does it work?

A plan-driven smoke test builds an ordered validation plan from natural language input, confirms it with the user, and executes each check predictably to provide deterministic pass/fail results with diagnostics.

Can I validate pipelines and migrations without writing test scripts?

Yes, you can validate pipelines and migrations without writing test scripts by describing the feature or deployment in natural language, which generates and executes an ordered trace plan automatically.

Does the smoke test detect project context from repository files?

Yes, the smoke test detects project context automatically by reading repository structures, CLAUDE.md files, and configuration files to build accurate end-to-end validation plans.

What is the best way to trace feature behavior across environments?

The best way to trace feature behavior across environments is using an on-demand validation tool that builds a plan, confirms it, and executes deterministic checks while reporting pass/fail diagnostics.

Why do I need to confirm the smoke test plan before execution?

You need to confirm the smoke test plan before execution to ensure the automatically generated trace checks align with your deployment context and validation requirements before running deterministic checks.