skill-improver

Review and fix Claude Code skill quality issues iteratively with the skill-reviewer agent.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/ofelixdev/cc-kit --skill skill-improver-ofelixdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-improver
Source: https://github.com/ofelixdev/cc-kit/tree/main/template/skills/skill-improver
Command: npx skills add https://github.com/ofelixdev/cc-kit --skill skill-improver-ofelixdev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing and improving the quality of Claude Code skills, ensuring they meet defined standards through iterative cycles.

Core Features & Use Cases

  • Automated Quality Assurance: Runs automated fix-review cycles using the skill-reviewer agent.
  • Iterative Refinement: Addresses critical, major, and minor issues in skills until quality standards are met.
  • Use Case: You've created a new skill but it has several quality issues flagged by a linter. Use this skill to automatically fix those issues and re-run the review until the skill passes.

Quick Start

Use the skill-improver to fix quality issues in the skill located at '/path/to/my-skill/SKILL.md'.

Frequently Asked Questions about skill-improver

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

FAQPage Schema
How do I automate fixing quality issues in a Claude Code skill?

To automate fixing quality issues in a Claude Code skill, you use an iterative review and correction cycle that parses severity levels and applies fixes until quality standards are met. This addresses critical, major, and minor issues automatically.

What is iterative skill refinement for developer tools?

Iterative skill refinement is an automated quality assurance process that repeatedly reviews a skill, identifies flagged issues by severity, and applies corrections. The cycle repeats until the skill passes all defined quality standards.

Do I need the plugin-dev plugin to review and fix Claude skills?

Yes, you need the plugin-dev plugin installed. Specifically, the automated assessment and correction process requires the skill-reviewer agent provided by this plugin to evaluate and fix your skills.

How do I run an automated code review cycle on a SKILL.md file?

You run an automated code review cycle by pointing the skill-improver to your SKILL.md file path. It triggers the skill-reviewer agent to assess the file, apply fixes to flagged issues, and repeat the review until passing.

Can I resolve both critical and minor skill quality issues automatically?

Yes, the automated refinement process parses issues by severity, addressing critical, major, and minor issues. It continuously applies fixes and re-runs reviews until all quality thresholds are satisfied.