manage-pr-review-threads
Manage PR Review Threads
Use this skill when you need to inspect unresolved review threads and then reply to or resolve them.
List unresolved review threads
bunx @willbooster/agent-skills@latest list-pr-review-threads
Reply to and resolve review threads
bunx @willbooster/agent-skills@latest resolve-pr-review-threads <<'EOF'
{
"replies": {
"PRRT_kwDORiWJ-851nXBt": "Fixed in the latest update.",
"PRRT_kwDORiWJ-851nXBu": "Kept as-is intentionally. Added clarification in the code."
}
}
EOF
The JSON object must contain replies, keyed by review thread ID.
Notes
- Run the commands from the repository that owns the pull request you want to inspect.
resolve-pr-review-threadsdepends on thread IDs returned bylist-pr-review-threads.
More from willbooster/agent-skills
playwright-cli
Automate browser interactions, test web pages and work with Playwright tests.
61complete-pr
Complete GitHub pull requests by iterating on CI and review feedback until the PR is ready.
54review-all
Run Codex, Claude Code, and Gemini CLI reviews against the current branch concurrently, deduplicate the findings, and report only the review comments that are still valid for the current codebase.
53review-fix-codex
Run Codex code review against the current branch, fix only the review comments that are still valid for the current codebase, and leave invalid comments unchanged.
52review-fix-claude
Run Claude Code review against the current branch, fix only the review comments that are still valid for the current codebase, and leave invalid comments unchanged.
51review-gemini
Run Gemini CLI review against the current branch and report only the review comments that are still valid for the current codebase, without applying fixes.
50