What problem does it solve?
This Skill establishes clear, documented guidelines for conducting code reviews, ensuring consistency and improving the quality of feedback within a project.
Core Features & Use Cases
- Define Reviewer Roles: Clarify who is authorized to review code and distinguish between reviewer and maintainer roles.
- Document Review Process: Outline the steps involved in a review, including required approvals and merge policies.
- Standardize Checklist: Provide a consistent set of checks for reviewers, including code correctness, testing, documentation, and security.
- Use Case: A growing open-source project with diverse contributors can use this Skill to create a
REVIEWING.md file that guides new and existing contributors on the project's specific review norms and expectations.
Quick Start
Create or update the REVIEWING.md file with project-specific reviewer roles, values, process, and a review checklist.