MCP HubMCP Hub
スキル一覧に戻る

detecting-performance-regressions

jeremylongshore
更新日 Today
51 閲覧
712
74
712
GitHubで表示
メタaiautomationdesign

について

このスキルは、現在のメトリクスを確立されたベースラインと比較することで、CI/CDパイプラインにおけるパフォーマンスリグレッションを自動的に検出します。統計分析や閾値チェックなどの手法を用いて、開発者がビルドを検証し、パフォーマンスの傾向を分析できるように設計されています。「パフォーマンスリグレッションを検出」や「パフォーマンス劣化を分析」といったフレーズでトリガーし、潜在的なボトルネックを特定します。

クイックインストール

Claude Code

推奨
プラグインコマンド推奨
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus
Git クローン代替
git clone https://github.com/jeremylongshore/claude-code-plugins-plus.git ~/.claude/skills/detecting-performance-regressions

このコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします

ドキュメント

Overview

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.

How It Works

  1. Analyze Performance Data: The plugin gathers performance metrics from the CI/CD environment.
  2. Detect Regressions: It employs methods like baseline comparison, statistical analysis, and threshold checks to detect regressions.
  3. Report Findings: The plugin generates a report summarizing the detected performance regressions and their potential impact.

When to Use This Skill

This skill activates when you need to:

  • Identify performance regressions in a CI/CD pipeline.
  • Analyze performance metrics for potential degradation.
  • Compare current performance against historical baselines.

Examples

Example 1: Identifying a Response Time Regression

User request: "Detect performance regressions in the latest build. Specifically, check for increases in response time."

The skill will:

  1. Analyze response time metrics from the latest build.
  2. Compare the response times against a historical baseline.
  3. Report any statistically significant increases in response time that exceed a defined threshold.

Example 2: Detecting Throughput Degradation

User request: "Analyze throughput for performance regressions after the recent code merge."

The skill will:

  1. Gather throughput data (requests per second) from the post-merge CI/CD run.
  2. Compare the throughput to pre-merge values, looking for statistically significant drops.
  3. Generate a report highlighting any throughput degradation, indicating a potential performance regression.

Best Practices

  • Define Baselines: Establish clear and representative performance baselines for accurate comparison.
  • Set Thresholds: Configure appropriate thresholds for identifying significant performance regressions.
  • Monitor Key Metrics: Focus on monitoring critical performance metrics relevant to the application's behavior.

Integration

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.

Prerequisites

  • Historical performance baselines in {baseDir}/performance/baselines/
  • Access to CI/CD performance metrics
  • Statistical analysis tools
  • Defined regression thresholds

Instructions

  1. Collect performance metrics from current build
  2. Load historical baseline data
  3. Apply statistical analysis to detect significant changes
  4. Check for threshold violations
  5. Identify specific regressed metrics
  6. Generate regression report with root cause analysis

Output

  • Performance regression detection report
  • Statistical comparison with baselines
  • List of regressed metrics with severity
  • Visualization of performance trends
  • Recommendations for investigation

Error Handling

If regression detection fails:

  • Verify baseline data availability
  • Check metrics collection configuration
  • Validate statistical analysis parameters
  • Ensure threshold definitions are valid
  • Review CI/CD integration setup

Resources

  • Statistical process control for performance testing
  • CI/CD performance testing best practices
  • Regression detection algorithms
  • Performance monitoring strategies

GitHub リポジトリ

jeremylongshore/claude-code-plugins-plus
パス: plugins/performance/performance-regression-detector/skills/performance-regression-detector
aiautomationclaude-codedevopsmarketplacemcp

関連スキル

content-collections

メタ

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

スキルを見る

creating-opencode-plugins

メタ

This skill provides the structure and API specifications for creating OpenCode plugins that hook into 25+ event types like commands, files, and LSP operations. It offers implementation patterns for JavaScript/TypeScript modules that intercept and extend the AI assistant's lifecycle. Use it when you need to build event-driven plugins for monitoring, custom handling, or extending OpenCode's capabilities.

スキルを見る

evaluating-llms-harness

テスト

This Claude Skill runs the lm-evaluation-harness to benchmark LLMs across 60+ standardized academic tasks like MMLU and GSM8K. It's designed for developers to compare model quality, track training progress, or report academic results. The tool supports various backends including HuggingFace and vLLM models.

スキルを見る

sglang

メタ

SGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.

スキルを見る