pr-threads-resolve

Solid

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

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-resolve **Usage:** `/pr-threads-resolve [PR_NUMBER]` **Description:** Bulk resolve unresolved PR review threads. Useful after manually addressing threads or after using `/pr-threads-address`. **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. Show thread details (file, line, comment text) 3. Ask for confirmation or allow selective resolution 4. Resolve the confirmed threads 5. Report back with a summary of resolved threads ## When to use Use this command when you have already addressed PR review threads and want to bulk resolve them, or when you need to clean up threads that are no longer relevant. ## Example ``` /pr-threads-resolve 42 ``` This will: - List all unresolved threads on PR #42 - Show what each thread is about - Ask which threads to resolve (all or specific ones) - Resolve the selected threads - Provide a summary of resolved items ## 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-pr-review ``` ## CLI Reference ### List Review Threads Enumerate all review threads with filtering: ```bash gh pr-review threads list --pr <number> --repo <owner/repo> ``` **Common filters:** - `--unresolved` — Show only unresolved threads - `--resolved` — Show only resolved threads ### View ...

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-address

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

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
AI & Automation Solid

flow-next-resolve-pr

Resolve PR review feedback — fetch unresolved threads, triage, dispatch per-thread resolver agents, validate, commit, reply + resolve via GraphQL. Triggers on /flow-next:resolve-pr.

621 Updated 4 days ago
gmickel
AI & Automation Solid

respond-pr-feedback

Respond to review comments on a PR after evaluation and fixes

61 Updated today
existential-birds
AI & Automation Solid

resolve-pr-comments

Evaluate, fix, answer, and reply to GitHub pull request review comments. Handles both change requests (fix or skip) and reviewer questions (explain using reasoning recalled from past Claude Code transcripts). Use when the user asks to "resolve PR comments", "fix review comments", "address PR feedback", "handle review comments", "address review feedback", "respond to PR comments", "answer review questions", or "address code review".

314 Updated today
tobihagemann