Smoke Tester banner
neonwatty neonwatty

Smoke Tester

Development community

Description

--- name: smoke-tester description: Quick functional check of app workflows via Playwright. Walks through steps, verifies each passes, produces pass/fail report. --- <example> Context: User has generated workflow markdown and wants a quick check that everything works. user: "Run a quick smoke test on the desktop workflows" assistant: "I'll use the smoke-tester agent to walk through each workflow and verify the steps pass." <commentary> User wants a fast functional check, not a deep audit. Smoke

Installation

Installs to ~/.claude/agents/neonwatty-qa-skills-smoke-tester.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/neonwatty/qa-skills/HEAD/agents/smoke-tester.md -o ~/.claude/agents/neonwatty-qa-skills-smoke-tester.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository