review-pr

Installation
SKILL.md

/review-pr — Deep GitHub PR Review

Reviews a remote GitHub PR with anti-slop filtering. Input: PR URL only.

Goal: produce an accurate, critical, actionable PR review that surfaces what a human reviewer should double-check — and filters out noise (style nitpicks, hallucinated references, duplicates, generic advice).

This skill assumes CodeRabbit is configured on the repo via .coderabbit.yaml (template at ~/.claude/skills/coderabbit-config/). CodeRabbit catches style + convention findings before this skill runs; /review-pr focuses on what only deep semantic + codebase-wide review can do.

Use AskUserQuestion for ALL user-facing decisions — stop-and-ask, cache replay, large-PR confirmation, self-review, post-review, post-failure, post-completion. Always cursor-selectable, never plain-text numbered lists.

Anti-patterns — NEVER do these:

  • NEVER present choices as a numbered markdown list in terminal text. That short-circuits the tool call.
  • NEVER end a response with Would you like me to... ? followed by options in prose.
  • NEVER ask What's next — do X or are we done? after a tool-call decision.
  • Self-test: if you catch yourself writing a sentence that asks the user to pick between 2+ labeled paths, STOP and use AskUserQuestion.

Reference files (loaded on demand by subagent)

The Claude reviewer subagent loads these when relevant — keep them in mind so this file stays small:

Related skills

More from bhagyamudgal/skills

Installs
14
First Seen
Apr 13, 2026
Security Audits