fix-pr

Coordinate parallel Opus subagents to categorize and fix PR comments.

Updated Sep 8, 2022
One-click install
npx skills add https://github.com/WouterWisse/wouterwisse.com --skill fix-pr-wouterwisse
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-pr
Source: https://github.com/WouterWisse/wouterwisse.com/tree/main/.claude/skills/fix-pr
Command: npx skills add https://github.com/WouterWisse/wouterwisse.com --skill fix-pr-wouterwisse

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the process of addressing PR feedback by coordinating multiple subagents to categorize comments and apply fixes consistently, saving engineering time and reducing human error.

Core Features & Use Cases

  • Automated PR triage: categorize comments into actionable fixes, questions, or deferments and dispatch work to parallel subagents.
  • Parallel execution: run multiple fix tasks concurrently to accelerate PR closure.
  • Safety and governance: enforce Git history safeguards and threaded, auditable replies to PR comments.

Quick Start

Invoke the fix-pr skill on your open PR to automatically analyze comments and spawn parallel subagents to apply fixes.

Frequently Asked Questions about fix-pr

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

FAQPage Schema
How do I automate PR review fixes for multiple reviewer comments?

Automating PR review fixes involves coordinating parallel subagents to categorize comments into actionable fixes, questions, or deferments, and dispatching them concurrently to apply fixes consistently.

How does parallel subagent orchestration work for GitHub PR feedback?

Parallel subagent orchestration for PR feedback works by using task management tools to run multiple fix tasks concurrently, accelerating PR closure while enforcing Git history safeguards and threaded, auditable replies.

Can I use automated PR triage for software development workflows with multiple reviewers?

Automated PR triage is designed for typical software development workflows with multiple reviewers, categorizing diverse types of feedback to dispatch work to parallel subagents for consistent application.

Does automated PR fix orchestration rewrite git history?

Automated PR fix orchestration never performs direct git history rewrites, enforcing Git history safeguards to maintain safety and auditability while applying fixes to reviewer comments.

What tools are required to orchestrate parallel PR fixes with subagents?

Orchestrating parallel PR fixes requires Task, TodoWrite, and TaskOutput tools to coordinate all steps, ensuring subagents apply fixes safely and provide auditable threaded replies.

What is the best way to address diverse PR feedback automatically?

The best way to address diverse PR feedback automatically is categorizing comments into actionable fixes, questions, or deferments, then dispatching work to parallel subagents to apply fixes consistently.