pr-threads-address

Featured

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

Code & Development 365 stars 29 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
85
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 Featured

claude-code-review

Use when asked to review a PR, or when /review is invoked with a PR number or URL. Performs a focused code review checking for bugs, security, performance, and test gaps, then posts findings as a PR comment and formal GitHub review.

456 Updated today
DataRecce
AI & Automation Solid

unknown-skill

Look at the pull request review comments and address any issues raised.

14 Updated 1 months ago
mnapoli
Code & Development Featured

review-pr

Review a PR or branch diff using the knowledge graph for full structural context. Outputs a structured review with blast-radius analysis.

17,382 Updated today
tirth8205
AI & Automation Solid

pr-review-analysis

Analyze PR review comments from a GitHub PR URL. Fetch review comments, verify each finding against the actual codebase, assess validity (correct/incorrect/partial), present a structured summary with recommended actions, and optionally reply to each comment on GitHub. Use when given a PR review URL or when asked to check/analyze PR feedback.

5,048 Updated yesterday
breaking-brake
Code & Development Featured

pr-writing-review

Extract and analyze writing improvements from GitHub PR review comments. Use when asked to show review feedback, style changes, or editorial improvements from a GitHub pull request URL. Handles both explicit suggestions and plain text feedback. Produces structured output comparing original phrasing with reviewer suggestions to help refine future writing.

3,791 Updated today
evalstate