Agent Skills
› foryourhealth111-pixel/Vibe-Skills
› detecting-performance-regressions
detecting-performance-regressions
GitHub用于在CI/CD流程中对比当前基准测试结果与历史基线,识别性能退化。适用于手动辅助审查构建间的性能下降,输出回归摘要及严重性排序指标,但不负责优化策略或底层调试。
Trigger Scenarios
在CI/CD流水线中识别性能回归
分析潜在的性能退化指标
将当前性能与历史基线进行对比
Install
npx skills add foryourhealth111-pixel/Vibe-Skills --skill detecting-performance-regressions -g -y
SKILL.md
Frontmatter
{
"name": "detecting-performance-regressions",
"author": "Jeremy Longshore <jeremy@intentsolutions.io>",
"license": "MIT",
"version": "1.0.0",
"description": "Compare current benchmark results against historical baselines to spot performance regressions.\nUse as an explicit\/manual helper for build-to-build degradation review, not for broad optimization strategy or low-level profiling ownership.\n",
"allowed-tools": "Read, Write, Edit, Grep, Glob, Bash(ci:*), Bash(metrics:*), Bash(testing:*)"
}
Performance Regression Detector
Positioning
Treat this skill as an explicit/manual helper for benchmark comparison work.
When to Use
Use this skill when:
- Identify performance regressions in a CI/CD pipeline.
- Analyze performance metrics for potential degradation.
- Compare current performance against historical baselines.
Not For / Boundaries
- Broad optimization roadmap or tuning backlog: use
providing-performance-optimization-advice - Root-cause debugging of a specific slow path: use
systematic-debugging - General test artifact packaging without regression judgment: use
generating-test-reports
Typical Outputs
- A baseline-vs-current regression summary
- Severity-ranked regressed metrics
- Follow-up questions for deeper profiling or investigation
Related Skills
performance-testingfor benchmark generationproviding-performance-optimization-adviceafter the regression is confirmed
Version History
- f627ab5 Current 2026-07-25 04:40


