resolve-comments

Triage and resolve CodeRabbit and AI review comments across PR and file modes.

Updated Jul 10, 2025
One-click install
npx skills add https://github.com/damilola-elegbede-org/claude-config-5ad01dbe --skill resolve-comments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resolve-comments
Source: https://github.com/damilola-elegbede-org/claude-config-5ad01dbe/tree/main/system-configs/.claude/skills/resolve-comments
Command: npx skills add https://github.com/damilola-elegbede-org/claude-config-5ad01dbe --skill resolve-comments

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Resolve review comments from CodeRabbit and AI reviewers to streamline PR triage and resolution.

Core Features & Use Cases

  • End-to-end triage: fetch, classify, and prioritize review comments across CodeRabbit and AI reviews.
  • Dual-mode operation: PR-mode for live PR triage and File-mode for local review with artifact files.
  • Actionable resolutions: present a triage table, auto-apply fixes with audit trails, and post resolutions back to PRs.

Quick Start

Run the resolve-comments command in your repository to begin triaging review feedback.

Frequently Asked Questions about resolve-comments

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

FAQPage Schema
How do I automate triage and resolution for CodeRabbit pull request comments?

Automating pull request comment triage involves fetching review feedback, classifying issues, and applying fixes. This Skill streamlines PR triage by loading CodeRabbit comments, applying patches, and posting resolutions back to the PR.

Can I resolve AI code review comments locally without posting directly to a live PR?

Yes, you can resolve AI code review comments locally using File-mode. This mode reviews artifact files offline to triage issues and apply fixes, whereas PR-mode operates directly on live pull requests.

What is the best way to apply patches from automated code reviews safely?

The best way to apply patches safely is through structured triage with strict input validation. This Skill enforces safe operation by prompting for user consent before applying fixes and maintaining clear audit trails of all actions.

How do I classify and prioritize issues from AI reviewers in my repository?

Classifying and prioritizing issues from AI reviewers requires end-to-end triage. This Skill fetches review comments, categorizes them, and presents an actionable triage table to help you prioritize and resolve PR feedback.

Does this PR triage tool require any external dependencies to run?

No, this PR triage tool does not require any external dependencies to run. You can execute the resolve-comments command directly in your repository to begin fetching and resolving review feedback.

Why should I use an automated triage flow instead of manually resolving pull request comments?

Using an automated triage flow prevents manual resolution bottlenecks by streamlining PR triage and resolution. It fetches, classifies, and auto-applies fixes with audit trails, whereas manual resolution lacks structured prioritization and automated patching.