ATOM EVE

Product QA

Catch broken signup, onboarding, and core flows before users do, with a screenshotted report of what failed and how to fix it.
PASTE INTO YOUR AGENT
Read atomeve.dev/start.md and set up Product QA agent in my project: install it, wire up and verify its credentials, and run it once.
OR USE THE CLISLACKTARGET
$npx atom-eve add website-qa --target eve

What it does

Catches broken signup, onboarding, and core flows before your users do. It opens your web app in a real browser and runs the flow end to end:

  • signs up with a fresh disposable test account
  • completes onboarding
  • exercises the core flow once
  • screenshots each important state

You get a Markdown report with an executive summary, what was checked, findings ordered by severity, the captured artifacts, recommended fixes, and a follow-up test prompt, posted to Slack. It fills forms as part of QA but never submits payment or uses real user credentials.

Setup lives in SETUP.md.