pr-human-guide
Installation
SKILL.md
PR Human Guide
Arguments
The text following the skill invocation is available as $ARGUMENTS
(e.g. in Claude Code: /pr-human-guide 42).
- PR number (optional) — if omitted, auto-detects from the current branch
--help/-h/help/?— show this documentation and stop
Security model
This skill processes potentially untrusted content (PR titles, PR bodies, git
diffs, changed file paths) returned by gh pr view / gh pr diff. An attacker
could attempt prompt injection via the PR body or diff comments, smuggle shell
metacharacters in an explicitly-supplied PR number, or plant fake
<!-- pr-human-guide --> markers in pr_body to shift replacement bounds.
Mitigations in place: