pr-reply
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
PR Reply
Draft replies to reviewer comments grounded in the project's source of truth (specs, ADRs, CHANGELOG, code, prior PRs). Output is text only — the user posts to GitHub themselves.
Pre-loaded context
- Branch: !
git rev-parse --abbrev-ref HEAD - Recent log: !
git log --oneline -15 - Spec dir: !
ls docs/specs/ docs/adrs/ 2>/dev/null
Inputs
Accept any of:
- Quoted comment + file reference (most common, fastest)
@src/foo.ts > Why are we wrapping JSON.stringify here?