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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/performance-regression-detector:detecting-performance-regressionsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Detect performance regressions in CI/CD pipelines by comparing response times, throughput, and resource usage against historical baselines using statistical analysis.
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:
npx claudepluginhub fleet-to-force/claude-code-plugins-plus --plugin performance-regression-detector5plugins reuse this skill
First indexed Jul 10, 2026
Detects performance regressions in CI/CD pipelines by comparing metrics against baselines using statistical analysis. Trigger with phrases like 'detect performance regression'.
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 baseline comparison and profiling. Helps restore degraded metrics like response time, memory usage, and bundle size.