What problem does it solve?
Manual code reviews can be inconsistent, time-consuming, and prone to overlooking critical issues. This Skill provides a structured, comprehensive process for evaluating pull requests and pre-commit changes, ensuring high code quality, architectural alignment, and adherence to project standards.
Core Features & Use Cases
- PR Overview & Context: Quickly grasp the purpose and context of any pull request.
- Automated Check Validation: Ensure CI/CD checks pass before diving into manual code inspection.
- Local Testing & Code Quality: Check out PRs locally to run tests, build, and thoroughly inspect code for maintainability and best practices.
- Architectural Alignment: Verify changes against project ADRs and established patterns.
- Use Case: A new contributor submits a pull request. Use this Skill to guide your agent through checking CI status, reviewing the code locally, verifying architectural alignment, and providing structured feedback, all while ensuring no critical steps are missed.
Quick Start
Review pull request #123 for quality and architectural alignment.