fix-pr

Automate PR finding triage, fixes, and re-verification up to three iterations.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/YunosukeYoshino/harness --skill fix-pr-yunosukeyoshino
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-pr
Source: https://github.com/YunosukeYoshino/harness/tree/main/.claude/skills/fix-pr
Command: npx skills add https://github.com/YunosukeYoshino/harness --skill fix-pr-yunosukeyoshino

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fix GitHub or local review findings, re-verify, and loop up to 3 times before escalating.

Core Features & Use Cases

  • Gather findings from PR reviews and CI reports.
  • Apply fixes for high-priority issues and re-check.
  • Enforce a green check and escalate unresolved findings after 3 iterations.

Quick Start

Run the fix-pr workflow on a PR with detected findings to automatically loop through remediation up to three iterations.

Frequently Asked Questions about fix-pr

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

FAQPage Schema
How do I automate fixing pull request review findings and re-verifying them?

To automate fixing PR review findings and re-verifying them, this Skill collects feedback from PR reviews and CI reports, applies fixes for high-priority issues, and loops through remediation up to three iterations before escalating.

How does the automated PR remediation loop handle unresolved CI findings?

The automated PR remediation loop handles unresolved CI findings by applying fixes and enforcing a green pnpm check after each iteration. If high-priority issues persist after three iterations, it escalates the unresolved findings.

Can I use this to triage and remediate local code review feedback automatically?

Yes, you can use this to triage and remediate local code review feedback automatically. It gathers findings from local reviews alongside PR feedback and CI reports, applying fixes iteratively to ensure safe and auditable changes.

What is the best way to ensure a green pnpm check after applying code review fixes?

The best way to ensure a green pnpm check after applying code review fixes is using an automated remediation loop. This Skill enforces a green pnpm check after each fix iteration to verify that applied changes resolve the detected findings.

What happens to unresolved high-priority issues after three fix iterations?

After three fix iterations, unresolved high-priority issues are escalated rather than ignored. The automated remediation workflow stops looping and escalates the remaining findings to ensure safe, auditable changes without silent failures.

Do I need any specific dependencies to run the automated PR fix and reverification workflow?

You do not need any specific external dependencies to run the automated PR fix and reverification workflow. The Skill operates independently to collect findings, apply fixes, and enforce a green pnpm check without requiring additional component installations.