code-review
Installation
SKILL.md
Code Review (Author + Reviewer Workflow)
When to use
- Opening a pull request.
- Reviewing a teammate's or AI-generated changes.
- Validating merge readiness for medium/large changes.
Steps
1) Prepare review-friendly PRs (author)
- Keep changes focused on a single objective.
- Separate unrelated refactors from behavioral changes.
- Include concise context: what changed, why, and how it was verified.