Validates application performance metrics against predefined thresholds to prevent regressions in page load times, bundle sizes, and API latency.
The Performance Budget Validator skill empowers Claude to monitor and enforce performance standards throughout the development lifecycle. By analyzing critical metrics like Lighthouse scores, Webpack bundle sizes, and API response times against a custom budget configuration, the skill identifies regressions before they reach production. This is particularly useful for teams looking to automate performance auditing within their CI/CD pipelines or for developers who want to ensure that new feature additions do not negatively impact the end-user experience or core web vitals.
主な機能
01Actionable remediation recommendations for identified bottlenecks
02Detailed Webpack bundle size validation against defined limits
03Comprehensive violation reporting with severity levels
04Automated page load time analysis using Lighthouse integration
05API response time monitoring and threshold enforcement
061,687 GitHub stars
ユースケース
01Preventing performance regressions during the pull request review process
02Optimizing frontend assets by tracking bundle size growth over time
03Automating performance audits as a stage in CI/CD deployment pipelines