What problem does it solve?
This Skill automates the entire process of Pull Request (PR) review, from initial code quality checks to final merging, significantly speeding up the development cycle.
Core Features & Use Cases
- Automated Code Review: Performs parallel checks for code quality, test coverage, and security vulnerabilities.
- Intelligent Feedback: Classifies issues by severity (Critical, High, Medium, Low) and provides actionable suggestions.
- Conditional Merging: Ensures CI passes, no conflicts exist, and critical issues are resolved before merging.
- Use Case: A developer submits a PR. This Skill automatically reviews the code, identifies a medium-severity complexity issue, suggests a refactor, and if no critical issues are found, prepares the PR for merging after approval.
Quick Start
Use the pr skill to review the current branch's pull request.