pr-inline-comment-followup

Triage GitHub PR inline comments and prepare minimal local fixes.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/so-ota-biz/ai-agent-orchestration-settings --skill pr-inline-comment-followup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-inline-comment-followup
Source: https://github.com/so-ota-biz/ai-agent-orchestration-settings/tree/main/.agent/skills/pr_inline_comment_followup
Command: npx skills add https://github.com/so-ota-biz/ai-agent-orchestration-settings --skill pr-inline-comment-followup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PR のインラインコメント対応を整理・完結させる。修正が必要な指摘をローカルで最小限にとどめ、修正不要の指摘は理由を整理して承認後にのみ返信する運用をサポートします。

Core Features & Use Cases

  • Inline comment triage: コメントの要点を抽出し、修正が必要か不要かを分類します。
  • Local minimal fixes: 必要最低限の修正をローカルで準備します。
  • Minimal verification: 最小限の検証を計画・実施します。
  • Approved replies for non-actionable comments: 承認後に修正不要コメントへ返信を整理します。
  • GitHub MCP workflow alignment: GitHub MCP による一連の対応を統合します。

Quick Start

To begin, provide the PR number or URL to start triage and follow prompts to classify each comment.

Frequently Asked Questions about pr-inline-comment-followup

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

FAQPage Schema
How do I triage PR inline comments automatically using GitHub MCP?

PR inline comment triage uses GitHub MCP to extract comment points and classify them as fix-needed, fix-not-needed, or non-actionable. This prepares minimal local fixes and organized replies for non-actionable items.

What is the best way to organize pull request review comments that need local fixes?

Organize pull request review comments by classifying them into fix-needed and fix-not-needed categories. The Skill guides preparation of minimal local fixes for actionable items and plans minimal verification steps.

Can I automate replies to non-actionable code review comments on GitHub?

Automate replies to non-actionable code review comments through an approval-based workflow. The Skill drafts organized responses explaining why fixes are not needed, posting them only after explicit approval.

Do I need a GitHub MCP setup to triage pull request comments?

GitHub MCP is required to triage pull request comments effectively. The Skill aligns its entire workflow, including information gathering and post-approval actions, directly through the GitHub MCP integration.

How does the approval workflow handle PR comment fixes?

The approval workflow separates PR comment fixes into decision-making and safe post-approval actions. It prepares minimal local fixes and non-actionable replies, executing nothing until explicit approval is granted.

What are the limitations of automating PR comment triage?

Automating PR comment triage limits fixes to minimal local changes and requires explicit approval before posting replies. It does not handle complex, multi-file refactors and focuses solely on inline comment workflows.