skill-improver

Iteratively review and fix SKILL.md issues until critical and major problems are resolved.

Updated May 2, 2026
One-click install
npx skills add https://github.com/ayehiaa/my-travel-assistant --skill skill-improver-ayehiaa
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-improver
Source: https://github.com/ayehiaa/my-travel-assistant/tree/main/.agents/skills/skill-improver
Command: npx skills add https://github.com/ayehiaa/my-travel-assistant --skill skill-improver-ayehiaa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you rapidly improve a Claude Code skill’s quality by running repeatable review-and-fix cycles until critical and major issues are resolved.

Core Features & Use Cases

  • Automated fix-review loop: Uses the skill-reviewer agent to find issues, classify them by severity, apply fixes, and re-evaluate until standards are met.
  • Practical issue triage: Distinguishes critical, major, and minor problems so you focus on fixes that prevent failures and improve usability.
  • Use cases: Fixing missing/invalid SKILL.md frontmatter, improving trigger quality so the skill is discovered, and iteratively refining the skill without one-off manual editing.

Quick Start

Run the skill improvement loop by asking the plugin-dev skill-reviewer to review your target skill at /path/to/plugins/.../skills/<skill-name> and apply the categorized fixes until you output <skill-improvement-complete>.

Frequently Asked Questions about skill-improver

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

FAQPage Schema
How do I iteratively fix SKILL.md frontmatter and trigger issues in Claude Code?▼

To iteratively fix SKILL.md frontmatter and trigger issues, the automated fix-review loop categorizes problems by severity, applies corrections, and re-evaluates until outputting a completion tag.

What is an automated fix-review loop for Claude Code plugin development?▼

An automated fix-review loop for plugin development is a repeatable cycle that runs a skill reviewer, categorizes quality issues by severity, and enforces fixes until standards are met.

How do I categorize and triage skill quality issues during plugin development?▼

You categorize and triage skill quality issues by classifying them into critical, major, and minor severity levels, prioritizing fixes that prevent failures and improve skill discoverability.

When should I use an automated iteration loop to refine a Claude Code skill?▼

Use an automated iteration loop when a skill has multiple quality issues like missing frontmatter or poor triggers, requiring repeated quality enforcement beyond one-off manual editing.

Does the skill quality fix loop require specific dependencies to run?▼

The skill quality fix loop requires no external dependencies, relying entirely on internal plugin development tools to execute the review and refinement cycle.