speckit-resolve-pr

Resolve unresolved pull request review threads with minimal code changes.

3|1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/racecraft-lab/racecraft-plugins-public --skill speckit-resolve-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-resolve-pr
Source: https://github.com/racecraft-lab/racecraft-plugins-public/tree/main/speckit-pro/codex-skills/speckit-resolve-pr
Command: npx skills add https://github.com/racecraft-lab/racecraft-plugins-public --skill speckit-resolve-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Address unresolved review feedback on a pull request by inspecting threads, applying minimal code changes, and preparing targeted replies.

Core Features & Use Cases

  • Read unresolved threads and map them to actionable changes
  • Apply minimal, targeted fixes and run verification checks
  • Reply to reviewers and resolve threads on success

Quick Start

Use the PR URL and unresolved thread IDs to automatically apply fixes, verify changes, and close threads.

Frequently Asked Questions about speckit-resolve-pr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically resolve unresolved pull request threads?

To automatically resolve unresolved pull request threads, this Skill inspects review feedback, applies minimal code changes, and prepares targeted replies. It iterates through each thread, verifies fixes with project checks, and closes them upon success.

What is the best way to automate code review feedback remediation on git?

Automating code review feedback remediation on git involves mapping unresolved threads to actionable changes. This Skill applies targeted fixes, runs verification checks like tests or linters, and replies to reviewers before resolving the threads.

How do I apply minimal patches to pull requests based on reviewer comments?

You can apply minimal patches to pull requests based on reviewer comments by providing the PR URL and unresolved thread IDs. The Skill inspects the threads, applies the necessary targeted code changes, and validates them.

Does automated PR thread resolution require verifiable test or lint steps?

Yes, automated PR thread resolution requires verifiable test or lint steps to meet review requirements. The Skill validates applied code changes using project checks before it replies to reviewers and resolves the threads.

Can I automate pull request fixes without compromising safe branch management?

You can automate pull request fixes safely because the Skill requires safe branch management practices. It applies minimal targeted code changes and runs project verification checks to ensure stability before resolving any review threads.