What problem does it solve? Manually applying dozens of suggestions from a skill quality review report is tedious and error-prone, especially when multiple changes touch the same lines. This Skill automates parsing improvement plans, resolving conflicts, backing up originals, and executing the edits safely. ## Core Features & Use Cases - Plan Parsing and Grouping: Reads improvement-plan-{name}.md files, extracts prioritized items (High/Medium/Low), and groups changes by target file. - Conflict Detection and Resolution: Detects overlapping edits, applies priority-based resolution, and flags same-priority conflicts for manual review. - Safe Execution with Backup and Verification: Backs up the skill to ~/.claude/skills/backup/ before editing, then verifies YAML validity, structure, and references afterward, producing an update report. - Use Case: After running skill-quality-reviewer on a skill scoring 67/100, ask to apply the improvement plan and get an updated skill plus a report showing the score improvement. ## Quick Start Apply the improvements from improvement-plan-git-workflow.md to my git-workflow skill.