skill-improver

Apply improvement plans to update Claude skills with backups and verification.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/AnXueHua/auto-research --skill skill-improver-anxuehua
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-improver
Source: https://github.com/AnXueHua/auto-research/tree/main/skills/skill-improver
Command: npx skills add https://github.com/AnXueHua/auto-research --skill skill-improver-anxuehua

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Maintaining high‑quality Claude skills is labor‑intensive because developers must manually read quality‑review reports, locate the suggested changes across multiple files, resolve conflicts, back up existing versions, and apply edits without introducing errors.

Core Features & Use Cases

  • Improvement Plan Parsing: Reads improvement‑plan‑*.md files generated by skill-quality-reviewer and extracts prioritized change items.
  • Conflict Detection & Resolution: Groups changes by file, orders them by priority, and applies deterministic rules to handle overlapping edits.
  • Automated Backup & Verification: Creates a timestamped backup of the skill, executes edits or file creations, and runs verification scripts to ensure integrity, finally producing an update report.

Use Case: When a skill’s quality score drops below a target threshold, run this skill to automatically incorporate all reviewer‑suggested fixes, streamlining the improvement cycle.

Quick Start

Apply the latest improvement plan to my git‑workflow skill.

Frequently Asked Questions about skill-improver

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

FAQPage Schema
How do I automatically apply improvement plans to update Claude skills?

To automatically apply improvement plans to update Claude skills, you can use an automation tool that parses improvement plan files, resolves edit conflicts, creates backups, and applies file updates safely.

What is the best way to resolve conflicts when applying multiple file edits to a skill?

The best way to resolve conflicts when applying multiple file edits is to group changes by file, order them by priority, and apply deterministic rules to handle overlapping edits automatically.

Do I need a quality report before automating skill improvements?

Yes, you need a quality report to generate the required improvement plan file containing prioritized fixes. The automation tool parses these high, medium, or low priority items to execute updates.

How does backup creation work when updating skill documentation?

Backup creation works by generating a timestamped backup of the skill directory before executing file edits or creations. This ensures you can restore the previous state if verification fails.

Can I run verification scripts after applying skill edits?

Yes, you can run verification scripts after applying skill edits. The tool executes verification to ensure structural integrity and produces an update report detailing the results.

What are the limitations of automating skill improvement plans?

Limitations of automating skill improvement plans include reliance on predefined improvement plan files for input and the necessity of deterministic rules, meaning ambiguous edits may require manual conflict resolution.