resolve-pr-comments

Solid

This skill should be used when user asks to "address PR comments", "resolve PR feedback", "handle review comments", "fix PR issues", "respond to PR review", or explicitly invokes "resolve-pr-comments".

AI & Automation 713 stars 60 forks Updated 3 days ago Apache-2.0

Install

View on GitHub

Quality Score: 90/100

Stars 20%
95
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
88
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Resolve PR Comments Analyze unresolved PR review comments, fix valid concerns, and draft responses for comments that do not require code changes. When explicitly invoked with extra text, treat that text as the PR number or URL. If no PR reference is provided, infer it from the current branch. ## Process 1. **Preferred execution** - If subagents are available, use `github-dev:pr-comment-resolver` and pass the PR reference. - Otherwise follow the manual steps below. 2. **Fetch unresolved comments** - If a PR number or URL is provided, use it directly. - Otherwise auto-detect the PR from the current branch with `gh pr view --json number,headRefName`. - Fetch inline comments with `gh api repos/{owner}/{repo}/pulls/{number}/comments`. - Fetch review-level comments with `gh pr view <number> --json reviews,comments`. - Filter to unresolved or pending threads. 3. **Resolve each comment** - If the comment is valid, fix the code and search the codebase for the same problem in other locations. - Fix all matching occurrences, not just the location mentioned in the comment. - If the comment does not require a code change, draft a concise reply. - If the comment is from a bot, reply with a direct factual sentence and no pleasantries. 4. **Reply style** - Start in lowercase. - Use simple language and short sentences. - Avoid end punctuation when possible. - Be concise and polite when replying to real people. 5. **Never auto-submit** ...

Details

Author
fcakyon
Repository
fcakyon/claude-codex-settings
Created
10 months ago
Last Updated
3 days ago
Language
Python
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

resolve-pr-comments

Evaluate, fix, answer, and reply to GitHub pull request review comments. Handles both change requests (fix or skip) and reviewer questions (explain using reasoning recalled from past Claude Code transcripts). Use when the user asks to "resolve PR comments", "fix review comments", "address PR feedback", "handle review comments", "address review feedback", "respond to PR comments", "answer review questions", or "address code review".

314 Updated today
tobihagemann
Code & Development Listed

resolve-comments

Use when resolving unresolved PR or MR review comments, working through reviewer feedback, or addressing code review threads on GitHub, GitLab, Bitbucket Cloud, or Azure DevOps repositories

2 Updated 4 days ago
Dropelikeit
AI & Automation Listed

pr-comments

Address review comments on your own pull request: implement valid suggestions, reply to invalid ones, and resolve threads. Covers inline review threads, review body comments, and plain PR timeline comments. Use when: user says "address PR comments", "implement PR feedback", "respond to review comments", "handle review feedback", "process PR review comments", "fix review feedback", "handle bot review comments", "process Copilot suggestions", "address Claude review", or wants to work through open review threads on their pull request. Gives credit to commenters in commit messages.

2 Updated yesterday
WhatIfWeDigDeeper
Code & Development Solid

address-pr-comments

Use this skill when addressing, responding to, or resolving PR review comments on GitHub pull requests. Triggers on "address PR comments", "respond to review", "handle review feedback", "reply to PR comments", "fix review comments", or when the user wants to process open review threads on their PR. Uses the gh CLI to fetch unresolved comments, make code changes where agreed, and post batch replies with a humble, thankful tone.

167 Updated today
AbsolutelySkilled
Code & Development Listed

address-pr-comments

Use this skill when addressing, responding to, or resolving PR review comments on GitHub pull requests. Triggers on "address PR comments", "respond to review", "handle review feedback", "reply to PR comments", "fix review comments", or when the user wants to process open review threads on their PR. Uses the gh CLI to fetch unresolved comments, make code changes where agreed, and post batch replies with a humble, thankful tone.

3 Updated today
Samuelca6399