Skip to content

QA · Global library

Performance Regression Guard

Enforce performance budgets in CI so regressions are blocked before they become user-visible.

CodexClaude CodeKimi Codeorchestrator-mcp

Best use case

Use Performance Regression Guard when you need to enforce performance budgets in CI so regressions are blocked before they become user-visible, especially when the work is driven by lighthouse ci and performance budget.

Trigger signals

lighthouse ciperformance budgetregression

Validation hooks

audit_lighthouse_score

Install surface

Copy the exact command path you need.

Inspect

pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show performance-regression-guard

Use

orchestrator-mcp skills export performance-regression-guard --to ./skillforge-packs
# copy the exported pack into your preferred agent environment

Export

cp -R skills/performance-regression-guard ./your-agent-skills/performance-regression-guard
# or open skills/performance-regression-guard/SKILL.md in a markdown-first client

File patterns

**/.github/workflows/****/lighthouse*.js**/package.json

Model preferences

deepseek-ai/deepseek-v3.2qwen3-coder:480b-clouddeepseek-r1:32b

Related skills

Adjacent packs to compose next.

QAGlobal library

API Fuzzing Strategist

Open pack

Build property-based and boundary-oriented API tests that find input handling failures before attackers or customers do.

CodexClaude Code