What problem does it solve?
PR diffs and local branch changes often require consistent, policy-driven review comments that are hard to assemble quickly and in the right schema for downstream posting.
Core Features & Use Cases
- Policy-Driven Review Output: Uses a style reference plus the first matching project instruction file (REVIEW.md / AGENTS.md / .claude/CLAUDE.md / CLAUDE.md) to decide review priorities and formatting.
- Inline Comment Generation: Produces a
comments[] array with normalized file/line targeting and labeled guidance intended for a structured PR-review workflow.
- Optional External Review Merging (Read-only): Merges findings from one available host/external review skill (preferred order) with the skill’s own review, while avoiding duplicate/irrelevant out-of-diff remarks.
Use Case: For a GitHub PR, generate a complete review body and inline comment set (or a “no issues” response) based on diff content and existing thread/CI context, ready for the orchestrator to post.
Quick Start
Ask the agent to generate a policy-aligned PR review JSON for the current PR diff and return the result as a single un-fenced JSON text.