Manages and consolidates performance baselines to track software metrics across different versions.
The Performance Baseline Manager skill provides a standardized framework for storing and comparing performance data across software iterations within Claude Code. By enforcing a strict one-baseline-per-version rule and capturing both metrics and environment metadata, it allows developers to track performance regressions and improvements with precision. This skill ensures all data is stored in a structured JSON format under specific state directories, making it easy to automate the comparison of current results against historical benchmarks and maintain a clear audit trail of software efficiency.
主要功能
01Automatic overwriting of legacy baselines for current versions
02Environment metadata recording for contextual analysis
03692 GitHub stars
04Single baseline JSON enforcement per software version
05Automated metric consolidation and storage logic
06Standardized JSON output for performance reporting
使用场景
01Standardizing performance data storage for automated CI/CD workflows
02Comparing system metrics across different software release versions
03Tracking performance regressions during automated code generation