What problem does it solve?
This Skill provides a comprehensive code review process to ensure code quality across five dimensions: correctness, readability, architecture, security, and performance before merging changes into the main branch.
Core Features & Use Cases
- Multi-axis Code Review: Reviews code for correctness, readability, architecture, security, and performance.
- Automated Review Process: Automates the review process with a structured checklist.
- Change Sizing Guidelines: Offers guidelines for small, focused changes.
- Multi-model Review Pattern: Utilizes different models for different review perspectives.
- Dead Code Hygiene: Checks for and removes unused code.
- Review Speed Optimization: Encourages quick responses to review requests.
- Handling Disagreements: Provides a hierarchy for resolving review disputes.
- Honesty in Review: Encourages transparent and constructive feedback.
- Dependency Discipline: Offers guidelines for adding new dependencies.
- Review Checklist: Provides a structured checklist for thorough reviews.
Quick Start
Run the code-review-and-quality skill on your code to initiate a comprehensive review process.