What problem does it solve?
This Skill streamlines the code review process, ensuring code quality, consistency, and knowledge sharing by providing structured feedback on pull requests.
Core Features & Use Cases
- Automated PR Checks: Verifies PR readiness, including title, description, size, and CI status.
- Detailed Code Analysis: Performs structural reviews, identifying issues related to naming, single responsibility, DRY principles, error handling, and logging.
- Defect Classification & Severity: Categorizes findings (Bug, Risk, Design, Style, Docs) and assigns severity (Critical, Major, Minor, Nit).
- Actionable Feedback: Composes respectful and actionable comments with clear suggestions.
- Use Case: When a developer submits a pull request, this Skill automatically checks its structure and content, provides detailed feedback on potential issues, and suggests improvements, ensuring only high-quality code is merged.
Quick Start
Use the code-review skill to analyze the provided pull request diff and provide feedback.