skill-improve

Automate the improve-and-validate cycle for a skill using a test-fix-retest loop.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/naxoruto/TE-limonchero-3d --skill skill-improve-naxoruto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-improve
Source: https://github.com/naxoruto/TE-limonchero-3d/tree/main/.claude/skills/skill-improve
Command: npx skills add https://github.com/naxoruto/TE-limonchero-3d --skill skill-improve-naxoruto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Improve a skill using a test-fix-retest loop. It automatically reveals gaps, applies focused fixes, rewrites the skill, and re-validates to decide whether changes should be kept or reverted.

Core Features & Use Cases

  • Automated static checks to surface gaps in a skill's implementation.
  • Targeted fixes that address specific failing checks or rubric gaps.
  • Rewrites and re-tests the skill, with automatic keep-or-revert decisions based on score changes.
  • Optional category-aware evaluation to ensure alignment with broader rubric when available.

Quick Start

Invoke the improvement loop with the target skill name, e.g., /skill-improve tech-debt

Frequently Asked Questions about skill-improve

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate the test-fix-retest loop for improving a skill?

You can automate the test-fix-retest loop by running static checks to surface gaps, applying targeted fixes, rewriting the skill, and re-testing to automatically keep or revert changes based on score differences.

What is the best way to reveal gaps in a skill's implementation before rewriting?

Running automated static checks surfaces specific implementation gaps in a skill, enabling you to apply targeted fixes before rewriting and re-testing the skill for evaluation.

How do I validate a rewritten skill and automatically revert poor changes?

You validate a rewritten skill by re-testing it and comparing the new score against the previous baseline, automatically reverting the changes if the score drops and keeping them if it improves.

Do I need to parse SKILL.md frontmatter to run automated skill improvements?

Yes, parsing the skill's SKILL.md frontmatter is required to execute the automated improvement cycle, as it integrates with the test command and enables optional category-aware checks for deeper evaluation.

Can I use category-aware evaluation to align my skill with a broader rubric?

Yes, you can use optional category-aware evaluation to ensure your skill aligns with a broader rubric during the test-fix-retest loop, providing deeper validation beyond standard static checks.