skill-improve

Automate test-fix-retest improvement loops for Claude skills in SKILL.md files.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/nevesb/idol-agency-maker --skill skill-improve-nevesb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-improve
Source: https://github.com/nevesb/idol-agency-maker/tree/main/.claude/skills/skill-improve
Command: npx skills add https://github.com/nevesb/idol-agency-maker --skill skill-improve-nevesb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured loop to systematically improve a single Claude skill by running a test, applying fixes, and re-testing to decide whether to keep or revert changes.

Core Features & Use Cases

  • Baseline static testing to identify gaps and measure quality.
  • Diagnoses gaps across phase steps and proposes targeted fixes.
  • Rewrites the skill and re-validates changes, stopping or reverting based on score change.
  • Suitable for upgrading underperforming skills or maintaining high-quality capabilities in a live studio.

Quick Start

Run /skill-improve [skill-name] to begin an automated improvement cycle.

Frequently Asked Questions about skill-improve

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

FAQPage Schema
How do I automate testing and debugging to improve my Claude skill quality?

You can automate Claude skill improvement by running a test-fix-retest loop that executes baseline static tests, diagnoses gaps, and proposes targeted fixes to iteratively upgrade your skill quality. The system rewrites the skill and re-validates changes to decide whether to keep or revert them.

What is a test-fix-retest workflow for skill improvement?

A test-fix-retest workflow for skill improvement is an automated loop that runs baseline static tests on a skill, diagnoses performance gaps, applies targeted fixes by rewriting the skill file, and then re-tests to validate whether the changes improved the score or should be reverted.

Can I use automated skill improvement on any SKILL.md file?

Automated skill improvement applies specifically to skills located under the .claude/skills/[name]/SKILL.md directory structure. It requires deterministic access to the /skill-test command and directly reads and writes to the SKILL.md file to apply and validate changes.

How do I start an automated improvement cycle for an underperforming skill?

To start an automated improvement cycle for an underperforming skill, run the /skill-improve command with your skill name. This initiates the baseline static testing, gap diagnosis, and targeted fixing loop to systematically upgrade the skill's performance.

When should I not use an automated test-fix-retest loop for skill maintenance?

You should not use an automated test-fix-retest loop if your skill lacks a corresponding /skill-test command for deterministic validation, or if the target skill file is not located within the standard .claude/skills/ directory structure required for reading and writing changes.