comment-resolution

Fetch and resolve all GitHub PR comment types until none remain.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/iamladi/cautious-computing-machine--workflows-plugin --skill comment-resolution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: comment-resolution
Source: https://github.com/iamladi/cautious-computing-machine--workflows-plugin/tree/main/skills/comment-resolution
Command: npx skills add https://github.com/iamladi/cautious-computing-machine--workflows-plugin --skill comment-resolution

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates exhaustive PR comment resolution by fetching every type of GitHub PR comment, categorizing them, and taking end-to-end actions (fixes or replies) until the PR is ready to merge.

Core Features & Use Cases

  • Fetches review comments, review summaries, and general PR comments from GitHub.
  • Classifies comments into actionable-clear, actionable-unclear, and not-actionable.
  • Automatically applies fixes to code, commits changes, and posts replies as needed.
  • Repeats until no unaddressed comments remain, including handling new comments added during processing.
  • Provides a completion report and signal to the parent workflow.

Quick Start

Invoke the workflow with a PR number to start exhaustive comment resolution.

Frequently Asked Questions about comment-resolution

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

FAQPage Schema
How do I automatically resolve all GitHub PR comments?

Automatically resolving all GitHub PR comments requires fetching review comments, summaries, and general comments, then categorizing and addressing each until the pull request is fully resolved. This Skill automates that exhaustive loop, applying code fixes and replies until the PR is ready to merge.

Can I automate pull request review workflows to fix code issues?

Automating pull request review workflows to fix code issues is possible by fetching and classifying PR comments into actionable and not-actionable categories. The system then automatically applies fixes to the code, commits changes, and posts replies, looping until no unaddressed comments remain.

What is the best way to handle new comments added during PR review automation?

Handling new comments added during PR review automation requires a looping mechanism that continuously fetches and addresses issues until the PR is fully resolved. This Skill repeats the resolution process to catch and fix any new comments introduced during processing before signaling completion.

Does comment resolution automation require GitHub CLI access?

Yes, comment resolution automation requires GitHub CLI access to fetch and interact with pull request data. You also need a dedicated agent configured as workflows:comment-resolver to operate the end-to-end comment fetching, fixing, and replying loop.

How are PR comments categorized for automated resolution?

PR comments are categorized for automated resolution by classifying them into actionable-clear, actionable-unclear, and not-actionable groups. This classification determines whether the system automatically applies code fixes, commits changes, or posts replies to address the feedback.

What are the limitations of automating exhaustive PR comment resolution?

Automating exhaustive PR comment resolution is limited by its dependency on a dedicated agent and GitHub CLI access. It is designed specifically for autonomous workflow build systems and PR review automation, requiring these specific environment components to operate end-to-end.