From performance-regression-detector
Detects performance regressions in CI/CD pipelines by comparing response times, throughput, and resource usage against baselines using statistical analysis. Use for build validation and trend analysis.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin performance-regression-detectorThis skill is limited to using the following tools:
Detect performance regressions in CI/CD pipelines by comparing response times, throughput, and resource usage against historical baselines using statistical analysis.
Detects performance regressions across git versions by comparing benchmarks for latency (p50/p95/p99), throughput, memory, CPU/I/O, with statistical tests and reports.
Identifies and debugs performance regressions from code changes using metric comparisons and profiling to restore baseline metrics.
Benchmarks web page performance via Core Web Vitals, API latency under load, and build times including Docker; detects regressions before/after PRs and compares stacks.
Share bugs, ideas, or general feedback.
Detect performance regressions in CI/CD pipelines by comparing response times, throughput, and resource usage against historical baselines using statistical analysis.
This skill automates the detection of performance regressions within a CI/CD pipeline. It utilizes various methods, including baseline comparison, statistical analysis, and threshold violation checks, to identify performance degradation. The skill provides insights into potential performance bottlenecks and helps maintain application performance.
This skill activates when you need to:
User request: "Detect performance regressions in the latest build. Specifically, check for increases in response time."
The skill will:
User request: "Analyze throughput for performance regressions after the recent code merge."
The skill will:
This skill can be integrated with other CI/CD tools to automatically trigger regression detection upon new builds or code merges. It can also be combined with reporting plugins to generate detailed performance reports.
If regression detection fails: