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".
6.4
Rating
0
Installs
Testing & Quality
Category
This skill provides a well-structured framework for detecting performance regressions in CI/CD pipelines. The description clearly articulates when and how to invoke the skill with specific trigger phrases. The SKILL.md offers good conceptual coverage with clear examples, best practices, and workflow steps. The presence of referenced Python scripts (analyze_metrics.py, create_github_comment.py, generate_report.py) suggests practical implementation details exist. The skill demonstrates moderate novelty as it automates statistical analysis and baseline comparison that would be token-intensive for a CLI agent to perform from scratch, though performance regression detection is a relatively common CI/CD task. The structure is clean and well-organized with appropriate separation of concerns. Minor improvements could include more specific technical details about statistical methods used and threshold configuration examples.
Loading SKILL.md…