Eval Analyzer
OfficialAnalyze eval results, pinpoint AI code failures.
System Documentation
What problem does it solve?
Manually sifting through evaluation baseline results to understand AI model performance and identify failure patterns is time-consuming and complex. This Skill automates the analysis, providing actionable insights to improve AI code generation.
Core Features & Use Cases
- Failure Categorization: Automatically classify errors (compile, logic, runtime) and identify top failing benchmarks, helping you focus on critical issues.
- Model Performance Comparison: Compare success rates, costs, and token usage across different AI models, enabling data-driven decisions for model selection.
- Prompt Accuracy Verification: Check for mismatches between prompt documentation and actual language implementation, catching critical prompt bugs before they impact performance.
- Use Case: After running an eval baseline, use this Skill to quickly understand "what's failing" and "why performance dropped," generating a comprehensive report with recommendations for prompt improvements or language fixes.
Quick Start
Get high-level overview of v0.3.16 eval results
.claude/skills/eval-analyzer/scripts/quick_summary.sh eval_results/baselines/v0.3.16
Analyze failures in detail
.claude/skills/eval-analyzer/scripts/analyze_failures.sh eval_results/baselines/v0.3.16
Compare model performance
.claude/skills/eval-analyzer/scripts/compare_models.sh eval_results/baselines/v0.3.16
Dependency Matrix
Required Modules
None requiredComponents
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: Eval Analyzer Download link: https://github.com/sunholo-data/ailang/archive/main.zip#eval-analyzer Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.