s-pr-respond-to-feedback

Post numbered responses to GitHub PR feedback via the gh CLI.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/gyarra/cine_medallo_2 --skill s-pr-respond-to-feedback
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: s-pr-respond-to-feedback
Source: https://github.com/gyarra/cine_medallo_2/tree/main/.claude/skills/s-pr-respond-to-feedback
Command: npx skills add https://github.com/gyarra/cine_medallo_2 --skill s-pr-respond-to-feedback

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reading PR feedback can be time-consuming; this skill automates drafting and posting numbered replies to inline comments and reviews, and coordinates follow-up actions until consensus is reached.

Core Features & Use Cases

  • Read both inline comments and review summaries from a GitHub PR to capture all feedback.
  • Post clearly numbered, traceable responses directly on the PR to document decisions.
  • Guide subsequent changes, push updates, and re-check for new feedback until the PR is resolved.

Quick Start

Run this skill on a PR by asking it to read feedback from comments and reviews, post numbered responses on GitHub, and push updates.

Frequently Asked Questions about s-pr-respond-to-feedback

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

FAQPage Schema
How do I automate replies to GitHub pull request feedback?

You can automate replies to GitHub pull request feedback by using a workflow that consolidates inline comments and review notes, then posts numbered, traceable responses directly on the PR via the GitHub API.

What's the best way to consolidate inline PR comments and review summaries?

The best way to consolidate inline PR comments and review summaries is to fetch both data types using the gh CLI, aggregate the feedback, and post structured numbered responses to document decisions on GitHub.

Do I need the gh CLI to automate posting numbered responses on GitHub PRs?

Yes, you need the gh CLI to fetch pull request comments and reviews, and to post numbered replies via GitHub API calls as part of the automated feedback response workflow.

Can I push code updates and re-check for new PR feedback automatically?

Yes, this workflow supports pushing code updates to GitHub and triggering a re-evaluation process to automatically re-check for new feedback until the pull request reaches consensus.

Does this automated PR feedback workflow require access to a specific repository?

Yes, the workflow requires access to the gyarra/cine_medallo_2 repository to fetch comments and reviews and to post replies through GitHub API calls.