address-pr-comments

Solid

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.

Code & Development 164 stars 28 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 92/100

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

Skill Content

When this skill is activated, always start your first response with the :speech_balloon: emoji. # Address PR Review Comments Automates the workflow of reading open PR review comments, understanding each one, making code changes where the feedback is valid, and posting thoughtful replies to every comment - all via the `gh` CLI. The agent exercises judgment on which comments to accept vs. respectfully defer, and batches all replies for user review before posting. --- ## When to use this skill Trigger this skill when the user: - Wants to address or respond to PR review comments - Says "handle my PR feedback" or "fix review comments" - Asks to reply to open review threads on a GitHub PR - Wants to process unresolved review comments on their branch - Says "address the PR comments" or "respond to reviewer" - Needs to batch-reply to all open comments on a PR Do NOT trigger this skill for: - Creating a new PR or writing a PR description - Reviewing someone else's PR (that's code-review, not addressing comments) - General git operations unrelated to PR review comments --- ## Prerequisites The `gh` CLI must be authenticated. Verify with: ```bash gh auth status ``` The user should be on the branch associated with the PR, or provide a PR number/URL. --- ## Core workflow ### Step 1 - Identify the PR Determine the PR number. If the user doesn't specify one: ```bash gh pr view --json number,title,url -q '.number' ``` > **Gotcha:** This only works if the current branch has a...

Details

Author
AbsolutelySkilled
Repository
AbsolutelySkilled/AbsolutelySkilled
Created
2 months ago
Last Updated
yesterday
Language
MDX
License
MIT

Integrates with

Related Skills