What problem does it solve? Manually applying dozens of suggestions from a skill quality review report is tedious and error-prone. This Skill automates the execution of improvement plans, handling parsing, conflict resolution, backups, and verification so skill updates are applied consistently and safely. ## Core Features & Use Cases - Plan Parsing and Grouping: Reads improvement-plan-{name}.md files generated by skill-quality-reviewer, extracts improvement items, and groups changes by target file. - Conflict Detection and Priority Merging: Resolves overlapping edits using priority-based rules (High → Medium → Low) and flags same-priority conflicts for manual review. - Backup and Verification: Creates timestamped backups via backup-skill.sh and validates YAML frontmatter, file structure, and writing style via verify-update.sh after updates. - Use Case: After running a quality review on your git-workflow skill that scored 67/100, ask to apply the improvement plan and receive an updated skill plus an update report showing the score improvement to 87/100. ## Quick Start Apply the improvements from improvement-plan-git-workflow.md to my git-workflow skill and generate an update report.