skills/smithery.ai/benchmark-advisor

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

  1. Detects Changed Files: Analyzes git diff to see which files you've modified
  2. Maps to Benchmarks: Uses pattern matching to identify relevant benchmarks
  3. Provides Recommendations: Suggests specific cargo bench commands with explanations

Usage

Installs
1
First Seen
Mar 21, 2026
benchmark-advisor from smithery.ai