What problem does it solve?
Manually reviewing code changes for pull requests or pre-push checks is time-consuming and prone to missing critical security vulnerabilities, bugs, or quality issues that can lead to production outages or accumulated technical debt.
Core Features & Use Cases
- Pre-Push Local Review: Analyze git diffs against the base branch to catch bugs, security flaws, and quality issues before code is pushed to a remote repository.
- GitHub PR Review: Post inline comments, formal approvals, or change requests directly to GitHub pull requests using the gh CLI or GitHub REST API as a fallback for environments without gh installed.
- Use Case: A development team can use this skill to enforce consistent code review standards across all contributors, catch high-risk issues like SQL injection or hardcoded credentials early, and provide structured, severity-tagged feedback to PR authors to speed up review cycles.
Quick Start
Ask the AI to review your uncommitted local changes against the main branch before pushing, or request a full review of open PR #42 on your GitHub repository with inline comments and a formal approve or request changes verdict.