What problem does it solve?
Manually reviewing GitHub pull requests is time-consuming and error-prone; this skill automates PR monitoring, comment triage, and AI-assisted feedback to speed up code reviews and ensure consistency.
Core Features & Use Cases
- Preemptive review: when PRs have no reviewer comments yet, run an AI-assisted preemptive review and post a summary as a PR comment.
- Comment addressing: for each new reviewer comment, generate a targeted implementation prompt, update the PR branch if needed, and push changes with an idempotent commit message.
- Native integration: supports configuration via an AGENTS.md file and operates with GitHub API to fetch PR data, comments, and reviews.
- Audit and traceability: posts results with markers to distinguish AI-generated reviews from human input.
Quick Start
Activate PR review mode to monitor open pull requests and automatically address new comments.