smoke-test

Launch applications and manually verify recent code changes across web, UI, native, and CLI platforms.

399|31|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/tobihagemann/turbo --skill smoke-test-tobihagemann
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: smoke-test
Source: https://github.com/tobihagemann/turbo/tree/main/skills/smoke-test
Command: npx skills add https://github.com/tobihagemann/turbo --skill smoke-test-tobihagemann

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows for hands-on verification of application changes in a live environment, ensuring that new features or fixes function as expected from a user's perspective.

Core Features & Use Cases

  • Manual Verification: Execute targeted tests to confirm functionality after code changes.
  • Cross-Platform Testing: Supports web apps, UI/native apps, and CLI tools.
  • Use Case: After implementing a new user registration flow, use this skill to manually sign up a new user, verify email confirmation, and check that the user profile is correctly populated.

Quick Start

Use the smoke-test skill to verify the new user login functionality in the web application.

Frequently Asked Questions about smoke-test

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

FAQPage Schema
How do I manually verify recent code changes in a live application?

Manual verification of recent code changes involves launching the application in a live environment and executing targeted tests to confirm new features or fixes function as expected from a user's perspective.

What is a smoke test for end-to-end application behavior?

A smoke test for end-to-end application behavior is a manual verification process that launches the app and confirms happy paths, ensuring core functionality works across web, UI, native, and CLI platforms.

Can I perform manual testing on both web apps and CLI tools?

Yes, manual testing can be performed on web apps, UI/native apps, and CLI tools, allowing you to execute targeted tests and confirm cross-platform functionality after implementing code changes.

What do I need to define before running a manual smoke test?

Before running a manual smoke test, you need to define the testing scope, approach, and specific test cases to ensure accurate end-to-end verification of recent application changes.

What is the best way to verify a new user registration flow end-to-end?

The best way to verify a new user registration flow is to manually sign up a new user, verify email confirmation, and check that the user profile is correctly populated in the live environment.

Does manual verification replace automated end-to-end testing?

Manual verification provides hands-on confirmation from a user's perspective but requires defining specific test cases before execution, complementing rather than replacing automated end-to-end testing approaches.