pr-threads-address

Solid

Review all unresolved PR review threads, address them by making necessary code changes, and commit the changes appropriately.

Code & Development 379 stars 32 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 94/100

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

Skill Content

# /pr-threads-address **Usage:** `/pr-threads-address [PR_NUMBER]` **Description:** Review all unresolved PR review threads, address them by making necessary code changes, and commit the changes appropriately. **Note:** If `PR_NUMBER` is omitted, the command will automatically detect and use the PR associated with the current branch. ## Workflow 1. Fetch and display all unresolved PR review threads 2. Analyze each thread to understand the requested changes 3. For each thread: 1. Make the necessary code modifications 2. (When possible) Add unit tests to verify the change 3. Commit the changes with descriptive commit messages using conventional commit specification 4. Report back with a summary of addressed threads 5. Ask if the user wants to resolve the threads. If so, reply to each thread indicating what was done and then resolve the thread. ## When to use Use this command when you have received PR review feedback and need to systematically address all unresolved threads before the PR can be merged. ## Example ``` /pr-threads-address 42 ``` This will: - View unresolved threads on PR #42 - Make code changes to address each thread - Create commits for the changes - Reply to reviewers with explanations - Provide a summary of all addressed items - Ask if you want to resolve the threads ## Prerequisites Before using this command, check if the gh pr-review extension is installed: ```bash gh extension list | grep -q pr-review || gh extension install agynio/gh-p...

Details

Author
posit-dev
Repository
posit-dev/skills
Created
6 months ago
Last Updated
3 days ago
Language
R
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Solid

pr-threads-resolve

Bulk resolve unresolved PR review threads. Useful after manually addressing threads or after using /pr-threads-address.

379 Updated 3 days ago
posit-dev
AI & Automation Listed

resolve-pr-threads

Orchestrates resolution of GitHub PR review threads AND reads recent non-thread PR comments (top-level + review bodies) by grouping related feedback, processing each group sequentially inline with superpowers:receiving-code-review, and resolving threads via GraphQL. Use when you need to batch-process review feedback to unblock a PR merge.

2 Updated today
JacobPEvans
Code & Development Listed

workflow-address-feedback

Use when a PR owner wants to address review feedback — fetches outstanding threads, presents a per-thread triage (ADDRESSED / CLARIFIED / DEFERRED), applies fixes via the Edit tool, commits via workflow-commit-and-pr, posts per-thread replies via the GitHub comments API, and resolves addressed threads via GraphQL resolveReviewThread.

2 Updated today
lugassawan
AI & Automation Solid

respond-pr-feedback

Respond to review comments on a PR after evaluation and fixes

61 Updated today
existential-birds
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