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.