evaluate-report
View evaluation results and benchmark reports for a skill or plugin. Use when reviewing past eval results, comparing benchmark runs, or tracking quality trends.
What this skill does
# /evaluate:report View evaluation results and benchmark reports for a skill or plugin. ## When to Use This Skill | Use this skill when... | Use alternative when... | |------------------------|------------------------| | Want to see results from a past evaluation | Need to run new evaluations -> `/evaluate:skill` | | Comparing benchmark runs over time | Want improvement suggestions -> `/evaluate:improve` | | Reviewing quality trends for a plugin | Need structural compliance -> `plugin-compliance-check.sh` | ## Parameters Parse these from `$ARGUMENTS`: | Parameter | Default | Description | |-----------|---------|-------------| | `<target>` | required | `plugin/skill-name` for skill or `plugin-name` for plugin | | `--latest` | true | Show most recent benchmark only | | `--history` | false | Show all benchmark iterations | | `--compare` | false | Compare current vs previous benchmark | ## Execution ### Step 1: Resolve target Determine if `$ARGUMENTS` refers to a skill or plugin: - Contains `/`: treat as `plugin-name/skill-name`, look for `<plugin>/skills/<skill>/eval-results/benchmark.json` - No `/`: treat as `plugin-name`, look for `<plugin>/eval-results/plugin-benchmark.json` If the target file does not exist, report that no evaluation results are available and suggest running `/evaluate:skill` or `/evaluate:plugin`. ### Step 2: Load results **Skill-level report** (`--latest` or default): Read `benchmark.json` and display: ``` ## Evaluation Report: <plugin/skill-name> **Last run**: <timestamp> **Runs per eval**: N | Metric | With Skill | Baseline | Delta | |--------|-----------|----------|-------| | Pass Rate | 85% | 42% | +43% | | Duration | 14s | 12s | +2s | ### Per-Eval Results | Eval ID | Description | Pass Rate | Failures | |---------|-------------|-----------|----------| | eval-001 | Basic usage | 100% | — | | eval-002 | Edge case | 67% | assertion X | ``` **Skill-level history** (`--history`): Read `history.json` and display improvement iterations: ``` ## Evaluation History: <plugin/skill-name> | Version | Date | Pass Rate | Changes | |---------|------|-----------|---------| | v3 (current) | 2026-03-04 | 85% | Improved step 3 instructions | | v2 | 2026-03-01 | 72% | Added error handling | | v1 | 2026-02-28 | 55% | Initial evaluation | ``` **Skill-level comparison** (`--compare`): Read current and previous benchmarks, show delta: ``` ## Comparison: <plugin/skill-name> | Metric | Previous | Current | Delta | |--------|----------|---------|-------| | Pass Rate | 72% | 85% | +13% | | Duration | 16s | 14s | -2s | Improved evals: eval-002, eval-004 Regressed evals: none ``` **Plugin-level report**: Read `plugin-benchmark.json` and display: ``` ## Plugin Report: <plugin-name> | Skill | Evals | Pass Rate | Status | |-------|-------|-----------|--------| | skill-a | 4 | 100% | PASS | | skill-b | 3 | 67% | NEEDS WORK | **Overall**: 82% pass rate **Skills evaluated**: N / M total ``` ## Agentic Optimizations | Context | Command | |---------|---------| | Find skill benchmark | `cat <plugin>/skills/<skill>/eval-results/benchmark.json \| jq .summary` | | Find plugin benchmark | `cat <plugin>/eval-results/plugin-benchmark.json \| jq .summary` | | Check for history | `cat <plugin>/skills/<skill>/eval-results/history.json \| jq '.iterations \| length'` | | List available results | `find <plugin> -name benchmark.json -o -name plugin-benchmark.json` | ## Quick Reference | Flag | Description | |------|-------------| | `--latest` | Most recent benchmark (default) | | `--history` | Show all iterations | | `--compare` | Compare current vs previous |
Related in Data & Analytics
clawarr-suite
IncludedComprehensive management for self-hosted media stacks (Sonarr, Radarr, Lidarr, Readarr, Prowlarr, Bazarr, Overseerr, Plex, Tautulli, SABnzbd, Recyclarr, Unpackerr, Notifiarr, Maintainerr, Kometa, FlareSolverr). Deep library exploration, analytics, dashboard generation, content management, request handling, subtitle management, indexer control, download monitoring, quality profile sync, library cleanup automation, notification routing, collection/overlay management, and media tracker integration (Trakt, Letterboxd, Simkl).
querying-soql
IncludedSOQL query generation, optimization, and analysis with 100-point scoring. Use this skill when the user needs SOQL/SOSL authoring or optimization: natural-language-to-query generation, relationship queries, aggregates, query-plan analysis, and performance or safety improvements for Salesforce queries. TRIGGER when: user writes, optimizes, or debugs SOQL/SOSL queries, touches .soql files, or asks about relationship queries, aggregates, or query performance. DO NOT TRIGGER when: bulk data operations (use handling-sf-data), Apex DML logic (use generating-apex), or report/dashboard queries.
app-store-optimization
IncludedApp Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklists, and tracking ranking changes.
habit-flow
IncludedAI-powered atomic habit tracker with natural language logging, streak tracking, smart reminders, and coaching. Use for creating habits, logging completions naturally ("I meditated today"), viewing progress, and getting personalized coaching.
app-store-optimization
IncludedApp Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklists, and tracking ranking changes.
visualizing-data
IncludedBuilds dashboards, reports, and data-driven interfaces requiring charts, graphs, or visual analytics. Provides systematic framework for selecting appropriate visualizations based on data characteristics and analytical purpose. Includes 24+ visualization types organized by purpose (trends, comparisons, distributions, relationships, flows, hierarchies, geospatial), accessibility patterns (WCAG 2.1 AA compliance), colorblind-safe palettes, and performance optimization strategies. Use when creating visualizations, choosing chart types, displaying data graphically, or designing data interfaces.