prioritize-review-comments
Installation
SKILL.md
Prioritize Review Comments
After receiving automated review feedback, apply this framework to decide what to fix.
What to Fix
Fix these regardless of severity labels:
- Issues directly related to the code you changed
- Problems in the feature you're implementing
- Anything that makes the current PR less clean
- "Minor" issues that take seconds to fix
- "Deferrable" issues that are actually in-scope
The label doesn't matter. If it's in the scope of your change and it's a valid point, fix it.