claude/skills/fix-pr-comments/SKILL.md
This skill should be used when the user asks to "fix PR comments", "address PR feedback", "resolve PR threads", mentions "PR review", or discusses GitHub pull request comments.
npx skillsauth add tbroadley/dotfiles fix-pr-commentsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Handle PR review comments by choosing the appropriate response for each comment.
For each PR comment, choose one of these responses:
When leaving comments on PRs, always prefix with the current coding agent name (for example, "Codex: " or "Claude Code: "), not a hardcoded agent name.
Never leave top-level comments on the PR (via gh pr comment or the issues comments API). Only reply directly within review comment threads using the replies API. Top-level comments like "Addressed all feedback" are not helpful and clutter the PR.
Only request re-review from reviewers who have not already approved the PR. If a reviewer has approved, their approval still stands even after addressing their comments.
To check review states before requesting re-review:
gh api repos/{owner}/{repo}/pulls/{pr_number}/reviews --jq '.[] | "\(.user.login): \(.state)"' | sort -u
To request re-review (only for reviewers with CHANGES_REQUESTED or COMMENTED state, not APPROVED):
gh pr edit --add-reviewer <reviewer-username>
tools
Add words to the Wispr Flow dictionary. Use when the user wants to add a word, phrase, or snippet to Wispr Flow for voice dictation.
documentation
Upload images to a GitHub PR description or comment using a shared gist as image hosting. Use when the user wants to add plots, screenshots, or other images to a PR.
testing
Manage tasks, projects, and productivity in Todoist. View tasks, add new items, check completed work, and organize projects.
data-ai
Use when working with stacked diffs (branch B based on branch A, which is based on main).