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-threadsReply 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."
}
}
EOFThe 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.