review-respond

Analyze GitHub PR comments, propose fixes, and guide replies to push.

7|3|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/flexphere/fude.nvim --skill review-respond-flexphere
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-respond
Source: https://github.com/flexphere/fude.nvim/tree/main/.claude/skills/review-respond
Command: npx skills add https://github.com/flexphere/fude.nvim --skill review-respond-flexphere

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PR レビューコメントへの対応ワークフロー。レビュー指摘の分析、コード修正、セルフレビュー、動作確認後の返信・push までを一貫して行う。

Core Features & Use Cases

  • コメントの妥当性分析と対応方針の自動提示
  • コード修正案の作成・セルフレビューの補助
  • 動作確認後の返信と push の一連の手続きを支援

Quick Start

Initiate the review-respond workflow by starting Phase 1 to fetch and analyze PR comments.

Frequently Asked Questions about review-respond

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

FAQPage Schema
How do I automate GitHub PR review comment responses from analysis to push?

Automating GitHub PR review responses involves analyzing comments, proposing code fixes, and using gh api for formal replies before pushing. This workflow applies phase-based confirmations to ensure code edits and subsequent pushes remain auditable and safe.

Can I use gh api to reply to pull request review threads automatically?

Yes, you can use gh api to reply to pull request review threads automatically. The automation relies on gh api for structured thread replies, ensuring formal communication after analyzing feedback and completing necessary code modifications.

What is the best way to handle code review feedback across any GitHub repository?

The best way to handle code review feedback is applying a structured workflow that analyzes comment validity, proposes code edits, and guides you to a push. This enforces phase-based user confirmations for safe and auditable repository updates.

Does the PR review automation workflow require manual confirmation before pushing code?

Yes, the PR review automation workflow requires manual confirmation before pushing code. It enforces phase-based workflows with explicit user confirmations to ensure that all proposed code edits and subsequent pushes are safe and auditable.

How do I start the PR review response workflow using gh api?

You start the PR review response workflow by initiating Phase 1 to fetch and analyze PR comments. This first phase extracts review feedback from GitHub repositories using gh api to propose structured code fixes and guide the push process.

What are the limitations of automating pull request review responses?

Automating pull request review responses requires explicit user confirmations at each phase, meaning it cannot push code autonomously. It also relies entirely on gh api for thread replies, limiting its use to GitHub repositories where review feedback requires structured analysis.