Agent skill · Code Review & Quality

resolve-pr-comments

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".

fcakyongithub.com/fcakyonGitHub ↗
claude-codecodexcursorApache-2.0
Install
npx skills add fcakyon/claude-codex-settings --skill resolve-pr-comments --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Path: plugins/github-dev/skills/resolve-pr-comments/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 967
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 dir

What's inside
Steps it walks through
  1. Process
More from claude-codex-settings
All skills →
About this skill
What does the resolve-pr-comments skill do?

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".

How do I install it?

Run `npx skills add fcakyon/claude-codex-settings --skill resolve-pr-comments --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From fcakyon/claude-codex-settings, a repository with 967 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going