perf-budget-gate
Installation
SKILL.md
perf-budget-gate
Overview
Modern teams measure perf at multiple layers:
| Layer | Runner |
|---|---|
| Backend load | k6-load-testing, jmeter-load-testing, and the Gatling / Locust references in load-testing-overview |
| Frontend | lighthouse-perf - Web Vitals via Lighthouse CI |
Each runner has its own pass/fail criterion. This gate unifies them into a
single go / no-go verdict with per-metric deltas vs. main, and emits a markdown
summary suitable for $GITHUB_STEP_SUMMARY or a PR comment.
This is the perf counterpart to data-quality-gate, visual-baseline-gate,
and contract-compatibility-gate - same artifact shape, different domain.