resolve-gh-pr-comment

Validate bot findings against code before resolving GitHub PR comments.

6|3|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/vinhnxv/rune-plugin --skill resolve-gh-pr-comment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resolve-gh-pr-comment
Source: https://github.com/vinhnxv/rune-plugin/tree/main/plugins/rune/skills/resolve-gh-pr-comment
Command: npx skills add https://github.com/vinhnxv/rune-plugin --skill resolve-gh-pr-comment

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Resolve a GitHub PR review comment (thread or issue comment) by validating bot findings against the actual code before applying fixes. This approach helps keep bot feedback grounded in the current codebase and reduces false positives.

Core Features & Use Cases

  • Bot-aware resolution for GitHub PR comments from bots like gemini-code-assist, coderabbitai, copilot, cubic-dev-ai, and chatgpt-codex-connector.
  • Phase-driven workflow including input parsing, comment fetch, author detection, code verification, and optional thread resolution.
  • Supports both review-thread comments and PR-level comments with safe, auditable actions.

Quick Start

Invoke the /rune:resolve-gh-pr-comment command with a full PR URL or a specific comment identifier to resolve and verify the associated feedback.

Frequently Asked Questions about resolve-gh-pr-comment

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

FAQPage Schema
How do I automatically resolve GitHub PR comments after verifying bot findings in code?

To resolve GitHub PR comments after verifying bot findings, validate the bot feedback against the actual codebase before applying fixes. This approach ensures bot suggestions are grounded in current code, reducing false positives and enabling safe, automated thread resolution.

What is the best way to fix false positives from automated code review bots on GitHub pull requests?

Fixing false positives from automated code review bots requires validating bot findings against actual code before applying patches. This safety check prevents unsafe actions by ensuring the bot feedback accurately reflects the current repository state.

Can I use automated PR comment resolution with different code review bots like CodeRabbit or Copilot?

Automated PR comment resolution supports various code review bots including gemini-code-assist, coderabbitai, copilot, cubic-dev-ai, and chatgpt-codex-connector. It detects the author type to apply appropriate verification and resolution workflows.

How do I apply code patches from bot review threads safely?

Applying code patches from bot review threads safely involves a phase-driven workflow of input parsing, comment fetching, author detection, and code verification. Safety checks are performed before applying fixes to prevent unsafe actions.

Does resolving bot PR comments require access to the repository?

Resolving bot PR comments requires access to the repository to read files and comment data. This access is necessary to validate bot findings against the actual codebase before applying any fixes or resolving threads.

What limitations exist when automating GitHub PR comment resolution for code review feedback?

Limitations of automating GitHub PR comment resolution include safety checks that prevent unsafe actions when bot findings do not match actual code. It handles supported bots and both review-thread and PR-level comments, but requires repository access.