review-changes
SKILL.md
Review Changes
Systematic workflow for reviewing code changes against established standards.
When to Use
- Reviewing pull requests
- Evaluating commits or diffs
- Pre-merge code validation
- Refactoring assessment
- Architecture review
Review Process
1. Understand the Change
Read the changes completely before commenting:
- What problem does this solve?
- What is the scope of impact?
- Are tests included?