benchmark-advisor
Installation
SKILL.md
Benchmark Advisor Skill
This skill analyzes your code changes and recommends specific Criterion benchmarks to run.
When to Use
This skill automatically activates when:
- You've made changes to performance-critical code
- You're preparing to commit performance-related work
- You want to verify your changes don't introduce regressions
How It Works
- Detects Changed Files: Analyzes
git diffto see which files you've modified - Maps to Benchmarks: Uses pattern matching to identify relevant benchmarks
- Provides Recommendations: Suggests specific
cargo benchcommands with explanations