smoke-test

Execute automated milestone gate checks across tasks, tests, and artifacts.

1|1|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/ezagent42/prd2impl --skill smoke-test-ezagent42
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: smoke-test
Source: https://github.com/ezagent42/prd2impl/tree/main/skills/skill-10-smoke-test
Command: npx skills add https://github.com/ezagent42/prd2impl --skill smoke-test-ezagent42

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Milestone gate verification is a complex, error-prone process that requires coordinating task completion checks, automated tests, artifact validation, and a coherent go/no-go decision. This guide provides a repeatable, automated approach to validate milestone readiness and ensure alignment across teams.

Core Features & Use Cases

  • Automated gate verification: verify task completion, run automated tests, and confirm artifact availability for a milestone.
  • Structured gate report: produce a go/no-go decision with findings and recommended actions.
  • Use Case: When a project reaches a milestone, run the smoke-test workflow to ensure all tasks in the milestone are complete and the artifacts exist before proceeding to the next phase.

Quick Start

Run /smoke-test M1 to trigger the milestone gate verification and generate the gate report.

Frequently Asked Questions about smoke-test

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

FAQPage Schema
How do I automate milestone gate verification for project readiness?

Automated gate verification identifies milestone readiness by executing checks across plans, tasks, and artifacts. It validates task completion, runs automated tests, and confirms artifact availability to produce a traceable go/no-go decision.

What is a go/no-go decision report and when do I need one for a milestone?

A go/no-go decision report is a structured document summarizing milestone readiness based on task completion, automated tests, and artifact validation. You need one when a project reaches a milestone to ensure alignment before proceeding to the next phase.

How do I run automated checks for task completion and artifact validation?

You can trigger automated checks for task completion and artifact validation by running a simple command with the milestone identifier. This executes the verification workflow and generates a gate report with traceable findings and recommended actions.

Does milestone gate verification work for tracking plans, tasks, and artifacts together?

Milestone gate verification works across plans, tasks, and artifacts simultaneously. It coordinates task completion checks, runs automated tests, and confirms artifact availability to ensure alignment across teams before generating a go/no-go decision.

What are the limitations of automated smoke tests for milestone verification?

Automated smoke tests for milestone verification rely on specified inputs, execution steps, and output artifacts to function. They cannot verify readiness for milestones lacking defined task plans, automated test suites, or expected artifact deliverables.