From smoke-test-runner
Runs smoke tests to verify critical application functionality after deployments, upgrades, or configuration changes. Trigger with 'smoke test' or '/st'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/smoke-test-runner:smoke-test-runnerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
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.
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.
/smoke-test or /st command.This skill activates when you need to:
User request: "Run a smoke test after deploying the new version."
The skill will:
User request: "/st to validate the recent database configuration changes."
The skill will:
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.
npx claudepluginhub danielmiessler/claude-code-plugins-plus --plugin smoke-test-runnerGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.