ATOM EVE

Performance Auditor

Catches Core Web Vitals regressions on your site and files a GitHub issue with the diagnosed bottleneck and one fix when a page goes over budget.
PASTE INTO YOUR AGENT
Read atomeve.dev/start.md and set up Performance Auditor agent in my project: install it, wire up and verify its credentials, and run it once.
OR USE THE CLISLACKTARGET
$npx atom-eve add perf-auditor --target eve

What it does

Catches performance regressions on your pages before users feel them, and turns each one into an issue your team can act on.

Each run it:

  • measures every configured URL with PageSpeed Insights, Lighthouse lab data plus real-user field data
  • checks the numbers against your performance budgets and its own run history
  • reproduces each violation in a real browser to pin down the bottleneck
  • files a GitHub issue with the metric evidence, the diagnosed bottleneck, and one behavior-preserving fix
  • comments on its open issues when a reported metric recovers

When every page is within budget and stable, it reports a clean no-op and files nothing. It never edits code or opens pull requests; its only writes are issues and comments.

Setup lives in SETUP.md.