Code Review Skill
Apply these review patterns when reviewing code or suggesting changes.
@.github/copilot-instructions.md
Review Output Format
When reviewing, organize feedback by priority:
- •Must fix: Issues that will cause bugs or break conventions
- •Should fix: Redundant code, naming issues, test correctness
- •Nit: Style preferences, minor improvements