parley

Automate GitHub PR feedback by applying fixes or posting inline comments.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/PFigs/parley --skill parley
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parley
Source: https://github.com/PFigs/parley/tree/main
Command: npx skills add https://github.com/PFigs/parley --skill parley

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate PR feedback workflows on GitHub to reduce manual overhead by enabling a single skill to receive review comments, apply fixes with drafting replies, or to review a PR and submit inline feedback.

Core Features & Use Cases

  • Receive mode: Fetches review comments, proposes dispositions, applies fixes, drafts replies, and pushes changes for PRs authored by you or collaborators.
  • Review mode: Analyzes PR diffs, generates a structured list of findings, drafts inline comments, and posts feedback after your approval.
  • URL-based workflows: Accepts a PR URL to initialize handling without local checkout; supports autonomous or guided workflows.

Quick Start

Open Claude Code and trigger the skill with /parley or ask to read or review a PR to start interacting with a GitHub PR.

Frequently Asked Questions about parley

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate GitHub PR review comments and fixes?

You can automate PR review feedback on GitHub by using an AI assistant to fetch review comments, apply code fixes, draft replies, and push changes directly through the GitHub CLI.

Can I review a pull request and submit inline feedback automatically?

Yes, you can review a pull request by analyzing PR diffs, generating a structured list of findings, drafting inline comments, and posting feedback after your approval.

Do I need the gh CLI to automate pull request workflows?

Yes, automating pull request workflows requires Claude Code with skill support and the gh CLI authenticated with repository access to interact with GitHub.

How do I start an automated code review by sharing a PR URL?

You can initialize automated PR handling by sharing a PR URL, which allows the AI assistant to review or address feedback without needing a local repository checkout.

What is the difference between receive mode and review mode for PR automation?

Receive mode fetches review comments and applies fixes for your PRs, while review mode analyzes PR diffs and submits inline feedback on pull requests authored by others.

Are there limitations when automating PR feedback on GitHub?

Automating PR feedback is limited by the gh CLI's repository access permissions and requires Claude Code with skill support to execute the workflow properly.