What problem does it solve?
This Skill prevents post-deployment ERP performance regressions by enforcing validation gates before code changes are promoted, reducing the risk of slow pages, latency spikes, and hidden scalability failures.
Core Features & Use Cases
- Performance Regression Gates: Runs guard checks and evaluates deployment risks using automated performance scans and rule-based veto conditions.
- Diff-Aware Reviews: Maps changed files and patterns to required manual verification steps for caching, database queries, JavaScript loading, and service behavior.
- Use Case: Use this Skill when preparing an ERP release to identify risky performance changes such as N+1 queries, blocking scripts, unsafe cache invalidation, or inefficient search filters before deployment.
Quick Start
Ask the perf-guard skill to review the current deployment changes and determine whether they are safe to release.