smoke-journeys

Executes lightweight smoke checks on critical web app routes and runtime health.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/Oiranca/copilot-agents-skills --skill smoke-journeys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: smoke-journeys
Source: https://github.com/Oiranca/copilot-agents-skills/tree/main/skills/smoke-journeys
Command: npx skills add https://github.com/Oiranca/copilot-agents-skills --skill smoke-journeys

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill prevents critical regressions in web application routes by running lightweight, end-to-end smoke tests against a live server after a build.

Core Features & Use Cases

  • Runtime Validation: Verifies the availability and basic health of critical application routes.
  • Regression Detection: Catches issues that static analysis might miss by testing against a running instance.
  • Use Case: After deploying a new version of your web app, use this skill to quickly confirm that the homepage, login page, and a few key user-facing pages are still accessible and returning valid responses.

Quick Start

Run smoke tests against the development server to validate critical routes.

Frequently Asked Questions about smoke-journeys

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

FAQPage Schema
How do I run a smoke test to catch critical route regressions in a web application?

You need access to route maps and stack profiles to provide the necessary server startup configuration and route selection criteria required for the runtime validation checks.

What is runtime validation for web application routes, and how does it detect regressions?

This Skill performs lightweight, end-to-end checks without deep browser automation, focusing strictly on critical route availability and basic runtime health rather than complex UI interactions.

When should I use end-to-end smoke checks instead of full browser automation for regression testing?

A smoke test is best used immediately after deploying or building a new version to quickly confirm the homepage, login page, and key user-facing pages are accessible and returning valid responses.

What are the limitations of lightweight smoke tests for web application route testing?

You should avoid this approach when you need deep browser automation or complex functional testing, as it strictly performs lightweight checks on critical route availability and basic runtime health.