← ClaudeAtlas

speckit-resolve-prlisted

Address actionable review feedback on a pull request, push the fixes, and resolve review threads. Reads the PR comments, updates the code, runs project verification, replies to review threads, and reports what changed.
racecraft-lab/racecraft-plugins-public · ★ 0 · Testing & QA · score 68
Install: claude install-skill racecraft-lab/racecraft-plugins-public
# SpecKit Resolve PR ## Scope Use this skill when the user wants review feedback addressed on an existing pull request. The goal is not a general code review. The goal is to read the unresolved review feedback, make the necessary code changes, verify the branch, reply to the review comments, and resolve the threads. If the user wants a fresh review of a PR, use a review workflow instead. If they want to learn how the post-PR loop works, redirect to `$speckit-coach`. This skill is for remediation and closure. ## Input Accept either: - a pull request number - a pull request URL - a review-comment URL anchored to a specific PR review If only a PR number is supplied, derive the repository from `git remote -v`. Never assume the remote is named `origin`; inspect the actual remotes first. ## Preconditions Before editing anything: - ensure the current checkout is on the PR branch or switch to it safely - confirm `gh` is available and authenticated if thread resolution is required - inspect the repo state with `git status` so you know whether unrelated user changes are already present Do not overwrite unrelated dirty worktree changes. If the current checkout cannot safely host the remediation, create or switch to the correct branch without discarding existing work. ## Discover Project Verification Commands Read the project guidance files and package manifests to determine the real verification commands. For JavaScript or TypeScript projects, detect the package manager f