gh-pr-review
Installation
SKILL.md
Gh Pr Review
Overview
Generate an owner-grade PR review. The review must be strict regarding correctness and safety while maintaining a gentle tone with contributors, and it must be scoped to the PR's diff. Produce review-<pr>.md, which includes a Chinese narrative and English comment snippets ready for pasting into GitHub.
Hard Gates
- IF
ghis not installed THEN terminate execution and instruct the user to install and configure it. - IF
gh auth statusfails OR repository access is missing THEN terminate execution and instruct the user to resolve authentication or permissions issues.