plugins marketplace
← All plugins

performance-regression-detector

v1.22.0

Detect performance regressions in CI/CD pipeline

Claude Code1 skill

by Claude Code PluginsMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/performance/performance-regression-detector/ inside the repository.

Layout

plugins/performance/performance-regression-detector/
├── .claude-plugin/plugin.json
└── skills/detecting-performance-regressions/SKILL.md

Skills1

detecting-performance-regressionsskills/detecting-performance-regressions/SKILL.md

Automatically detect performance regressions in CI/CD pipelines by comparing metrics against baselines. Use when validating builds or analyzing performance trends. Trigger with phrases like "detect performance regression", "compare performance metrics", or "analyze performance degradation".

Manifests1

plugins/performance/performance-regression-detector/.claude-plugin/plugin.json
{
  "name": "performance-regression-detector",
  "version": "1.22.0",
  "description": "Detect performance regressions in CI/CD pipeline",
  "author": {
    "name": "Claude Code Plugins",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "regression",
    "performance",
    "ci-cd",
    "testing",
    "agent-skills"
  ]
}