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 jeremylongshore/claude-code-plugins-plus-skills --plugin performance-regression-detectorDetects performance regressions across git versions by comparing benchmarks for latency (p50/p95/p99), throughput, memory, CPU/I/O, with statistical tests and reports.
Measures performance baselines, detects regressions before/after PRs, and compares stack alternatives. Supports page, API, build, and before/after modes.
Enforces performance budgets with tier-based gates that block commits and merges based on complexity, coupling, and runtime regression severity.