What problem does it solve?
This Skill streamlines the code review process by providing a structured checklist and verification protocol to ensure code adheres to project standards, best practices, and security guidelines, reducing manual oversight and improving overall code quality.
Core Features & Use Cases
- Structured Review Checklists: Guides reviewers through common and judgment-based issues.
- Verification Protocols: Ensures thorough checks for specific issue types like "unused variables" or "missing error handling."
- Severity Calibration: Helps reviewers distinguish between critical bugs and minor style preferences.
- Use Case: When reviewing a pull request, use this Skill to systematically check for potential goroutine leaks, ensure interfaces are well-defined, and verify that error handling is robust before approving the changes.
Quick Start
Use the code-review skill to apply code review standards to the provided code snippet.