Effective Code Review

Guide code review feedback for reviewers and authors.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/slapglif/swe-agent --skill effective-code-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Effective Code Review
Source: https://github.com/slapglif/swe-agent/tree/main/skills/collaboration/code-review
Command: npx skills add https://github.com/slapglif/swe-agent --skill effective-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides comprehensive guidelines for both giving and receiving constructive code review feedback, fostering a collaborative environment focused on improving code quality and sharing knowledge, rather than criticism.

Core Features & Use Cases

  • Reviewer Guidance: Details what to look for (correctness, readability, maintainability, testing, design) and how to give specific, constructive feedback.
  • Author Preparation: Guides authors on self-review, running tests, writing clear PR descriptions, and keeping changes focused before requesting review.
  • Feedback Response: Advises authors on how to respond to feedback, handle disagreements, and update code promptly without defensiveness.
  • Use Case: Before submitting a pull request, use this skill to self-review your changes, ensuring they meet quality standards and are clearly documented for your team.

Quick Start

I'm preparing a pull request. Use the Effective Code Review skill to ensure my code is ready for review.