A Claude Code skill for interactive GitHub PR feedback. Two modes: receive review comments and implement fixes, or review a PR and send your own feedback.
Add to your Claude Code skills directory:
# Clone into your skills folder
git clone https://github.com/PFigs/parley.git ~/.claude/skills/parleyOr if you prefer a different location, clone anywhere and symlink:
git clone https://github.com/PFigs/parley.git ~/path/to/parley
ln -s ~/path/to/parley ~/.claude/skills/parleyIn Claude Code, use any of these triggers:
/parley-- opens the skill directly- "read PR comments" or "address PR feedback" -- activates receive mode
- "review PR" or "review this PR" -- activates review mode
- Share a PR URL and ask to handle review comments
For PR authors responding to reviewer feedback:
- Fetches all review comments from the PR
- Presents every comment with a suggested disposition (fix / reply / skip)
- You confirm or adjust dispositions
- Implements fixes, drafts reply text
- Pushes code, then submits replies to the PR threads
Supports autonomous (batch) or one-by-one workflows.
For reviewers sending feedback on a PR:
- Fetches the PR diff and analyzes changes
- Compiles a numbered list of findings
- You pick which findings to submit (all, subset, or one-by-one)
- Drafts inline comments, you approve before submission
For large PRs (>500 lines or >10 files), spawns parallel agents to review different areas.
All text posted to GitHub follows these guidelines:
- Frame feedback as questions or observations, not commands
- Assume good intent
- Concise but not terse
- No sarcasm or passive-aggressive phrasing
- Claude Code with skill support
ghCLI authenticated with repo access