What problem does it solve?
This skill automates applying structured improvement plans to Claude Skills so maintainers can reliably implement quality-review recommendations, resolve conflicting edits, and verify that updates preserve skill integrity.
Core Features & Use Cases
- Parse improvement-plan-{skill-name}.md files and extract prioritized improvement items with file targets and suggested content.
- Group changes by file, detect and resolve conflicts using priority rules, back up originals, execute edits or create new files, and run verification checks.
- Generate a detailed update report documenting applied changes, skipped items, conflicts, verification results, and backup locations.
- Use cases: apply improvements produced by skill-quality-reviewer, update documentation and examples, fix YAML frontmatter and writing-style issues, and perform safe bulk edits across skill repositories.
Quick Start
Apply the improvement plan improvement-plan-git-workflow.md to the git-workflow skill and produce an update report.