refactor
Installation
SKILL.md
Refactor
Review code changes in current branch against main, grade the quality, and iteratively refactor until the code meets a minimum quality threshold of 90/100.
Instructions
1. Get Changed Files
git diff main --name-only
Get the full diff for context:
git diff main