mxa-verify-pr
Runs on every pull request: the full test suite across three browser engines, accessibility and visual checks, a performance budget, a search floor and a dependency and licence scan. It defines what must pass; mxa-pipeline runs it.
- Proves a change before a person spends attention on it, on every push to a pull request.
- Runs the whole suite across Chromium, WebKit and Firefox, plus accessibility scans and screenshot comparisons.
- Fails the build when a page misses the agreed performance budget or search floor, without producing a report.
- Scans the dependencies for known vulnerabilities and disallowed licences.
- Enforces only thresholds a client agreed; assessing how good something is belongs to the audits.
What is inside
Instructions. Nothing here runs on its own: the judgement is the skill.
- Evals
- 3
Works with
The outside tools and connectors this skill drives.
- The shared checks and the test suite· our default
- Lighthouse CI performance budgets
- Dependabot and licence scanning
The first is what we reach for on our own projects. A project that already uses one of the others keeps it, and the skill works with that instead.