Agent skill

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/ai-llm/eval-gap-finder-sunholo-data-ailang-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Quick Start
  2. When to Use This Skill
  3. Available Scripts
  4. scripts/rungapanalysis.sh [evaldir]
  5. scripts/identifypythononly.sh <evaldir>
  6. scripts/categorizeerrors.sh <evaldir>
  7. scripts/testexample.sh <code>
  8. Workflow
  9. 1. Run Evals with Dev Models
  10. 2. Generate Summary and Identify Gaps
  11. 3. Analyze Error Patterns
  12. 4. Check Prompt Coverage
  13. 5. Test Examples Before Adding
  14. 6. Create Design Docs for Language Gaps
Ships with 1 file
  • metadata.json
Commands it runs
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
More from claude-skill-registry
All skills →
About this skill
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.

Keep going