Smoke Test Runner Skill

Execute smoke tests sequentially across API, database, auth, and critical paths.

Updated Jan 13, 2026
One-click install
npx skills add https://github.com/FortiumPartners/ensemble-vnext --skill smoke-test-runner-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Smoke Test Runner Skill
Source: https://github.com/FortiumPartners/ensemble-vnext/tree/main/packages/skills/smoke-test-runner
Command: npx skills add https://github.com/FortiumPartners/ensemble-vnext --skill smoke-test-runner-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the execution of all critical smoke tests in a defined order, ensuring system stability before deployments and providing early failure detection.

Core Features & Use Cases

  • Sequential Execution: Runs API, Database, External Services, Auth, and Critical Path tests in dependency order.
  • Early Exit: Halts execution immediately upon the first test failure to save time and resources.
  • Result Aggregation: Consolidates results from all test categories for a clear pass/fail status.
  • Use Case: Before deploying a new version of the application, run this Skill to verify that all core functionalities are working as expected across different system layers.

Quick Start

Execute all smoke tests for the staging environment and stop on the first failure.

Frequently Asked Questions about Smoke Test Runner Skill

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

FAQPage Schema
How do I automate smoke tests across API, database, and authentication layers before deployment?

Automate smoke tests by sequentially executing API health, database connectivity, external service integration, authentication flows, and critical user paths, aggregating results for a clear pass or fail status.

What is the best way to run sequential smoke tests with early exit on failure?

Sequential smoke tests with early exit immediately halt execution upon the first test failure to save time and resources, while consolidating results from all categories for comprehensive system validation.

Does this smoke test runner support critical user path validation for staging environments?

Yes, the smoke test runner validates critical user paths in staging environments by orchestrating tests across API, database, external services, and authentication layers in dependency order.

Can I verify system health and database connectivity before a new application release?

Verify system health and database connectivity by running orchestrated smoke tests that check core functionalities across different system layers, providing early failure detection before deployments.

How do aggregated smoke test results help with CI/CD integration testing?

Aggregated smoke test results help with CI/CD integration testing by consolidating pass or fail status from API, database, external service, authentication, and critical path tests into a clear validation signal.