Eval Gap Finder
Find AILANG vs Python eval gaps and improve prompts/language. Use when user says 'find eval gaps', 'analyze benchmark failures', 'close Python-AILANG gap', or after running evals.
npx skills add majiayu000/claude-skill-registry --skill eval-gap-finder-sunholo-data-ailang-2 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Eval Gap Finder Automates the process of finding and closing the gap between Python and AILANG benchmark success rates. Identifies language limitations, prompt gaps, and missing stdlib functions. ## Quick Start **Most common usage:** ```bash # User says: "Find eval gaps" or "Analyze benchmark failures" # This skill will: # 1. Run evals with dev models (gemini-3-flash, claude-haiku-4-5) # 2. Compare Python vs AILANG success rates # 3. Identify benchmarks where Python passes but AILANG fails # 4. Analyze error patterns and categorize them # 5. Check if gaps are documented in prompt # 6. Test proposed examples and add to prompt # 7. Create design docs for language limitations ``` ## When to Use This Skill Invoke this skill when: - User asks to "find eval gaps" or "close the Python-AILANG gap" - User wants to analyze benchmark failures - After running evals and seeing lower AILANG success - User says "why is AILANG failing?" or "improve AILANG benchmarks" - User wants to identify language limitations ## Available Scripts ### `scripts/run_gap_analysis.sh [eval_dir]` Run full gap analysis on eval results. ```bash .claude/skills/eval-gap-finder/scripts/run_gap_analysis.sh eval_results/v
- Quick Start
- When to Use This Skill
- Available Scripts
- scripts/rungapanalysis.sh [evaldir]
- scripts/identifypythononly.sh <evaldir>
- scripts/categorizeerrors.sh <evaldir>
- scripts/testexample.sh <code>
- Workflow
- 1. Run Evals with Dev Models
- 2. Generate Summary and Identify Gaps
- 3. Analyze Error Patterns
- 4. Check Prompt Coverage
- 5. Test Examples Before Adding
- 6. Create Design Docs for Language Gaps
User says: "Find eval gaps" or "Analyze benchmark failures" This skill will: ailang eval-suite --models gemini-3-flash,claude-haiku-4-5 --output eval_results/gap-analysis ailang eval-summary eval_results/gap-analysis grep -n "pattern" prompts/v0.6.5.md cat > /tmp/test.ail << 'EOF' ailang run --caps IO --entry main /tmp/test.ail ailang eval-suite --models gemini-3-flash,claude-haiku-4-5 --output eval_results/gap-analysis-v2
What does the Eval Gap Finder skill do?
Find AILANG vs Python eval gaps and improve prompts/language. Use when user says 'find eval gaps', 'analyze benchmark failures', 'close Python-AILANG gap', or after running evals.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill eval-gap-finder-sunholo-data-ailang-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
