gh-pr-audit
Installation
SKILL.md
Github Pull Request Audit and Review
Overview
Use this skill to review repository pull requests. If multiple PRs are requested, process them one by one and link all of them in your final output.
The skill fetches each PR locally, analyzes the full diff, runs deterministic checks that already exist in the repository, evaluates GitHub PR checks, and posts a single review verdict with one of three result labels.
Core rule: do not assume tooling
- Never assume Python, pytest, Node, Go, Rust, Docker, or any specific stack.
- Always discover how the repo expects validation to run before executing checks.
- Treat repository guidance as source of truth, especially
AGENTS.md.
Python launcher portability guard
If you need to run this skill's helper script or any Python command, resolve and reuse
PYTHON_BIN first: