What problem does it solve?
This Skill reduces the time engineers spend on the first-pass review of GitHub pull requests by automatically identifying correctness, security, and test coverage issues and surfacing actionable, file- and line-specific comments.
Core Features & Use Cases
- Fetches PR diffs via the configured MCP GitHub integration and evaluates each changed file against a structured checklist.
- Focused review guidance that prioritizes correctness, edge cases, naming clarity, security, and test coverage while skipping style-only nits.
- Automated reporting and logging: drafts constructive review comments, posts them as comments (never approves or requests changes), and logs a one-line summary to cloud memory.
- Use Case: Run this on a new feature branch PR to quickly surface logic errors, missing tests, and potential security risks before a human performs a deeper review.
Quick Start
Review PR #123 on owner/repo and post an initial automated review comment summarizing issues and recommended fixes.