fcakyon/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".
npx skills add https://github.com/fcakyon/claude-codex-settings --skill 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.
github-dev:pr-comment-resolver and pass the PR reference.gh pr view --json number,headRefName.gh api repos/{owner}/{repo}/pulls/{number}/comments.gh pr view <number> --json reviews,comments.gh api repos/{owner}/{repo}/pulls/{number}/comments/{comment_id}/replies -f body="..." (the {number} PR number is required, the endpoint 404s without it).sleep $((RANDOM % 3 + 3)).Take fcakyon/resolve-pr-comments from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.