pr-review-fix

Route legacy pr-review-fix invocations to the canonical swarm-pr-feedback skill.

437|45|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/ZaxbyHub/opencode-swarm --skill pr-review-fix-zaxbyhub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review-fix
Source: https://github.com/ZaxbyHub/opencode-swarm/tree/main/.opencode/skills/generated/pr-review-fix
Command: npx skills add https://github.com/ZaxbyHub/opencode-swarm --skill pr-review-fix-zaxbyhub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill resolves broken references to the deprecated pr-review-fix entry point in existing OpenCode Swarm workflows, eliminating invocation errors for users with legacy configurations without requiring manual updates to their existing setups.

Core Features & Use Cases

  • Backward Compatibility: Acts as a drop-in replacement for the old pr-review-fix skill, so existing automation, custom scripts, and user workflows continue to function without modification.
  • Canonical Workflow Routing: Automatically directs all invocations to the up-to-date swarm-pr-feedback skill to ensure consistent, standardized PR review feedback processing.
  • Use Case: If your team has existing internal tools that call the legacy pr-review-fix skill, this shim ensures those tools keep working while your team benefits from the latest feedback closure and review processing improvements.

Quick Start

Invoke the pr-review-fix skill to process PR review feedback for your active pull request, which will automatically route to the current canonical workflow.

Frequently Asked Questions about pr-review-fix

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

FAQPage Schema
How do I fix broken pr-review-fix invocations in my legacy OpenCode Swarm workflows?

This compatibility shim routes legacy pr-review-fix invocations to the canonical swarm-pr-feedback skill, eliminating broken references in existing OpenCode Swarm workflows without requiring manual updates to your automation scripts.

What is the best way to maintain backward compatibility for deprecated GitHub PR review skills?

Using a compatibility shim redirects deprecated PR review fix entry points to the current standardized swarm-pr-feedback workflow, ensuring older custom scripts and automation setups continue functioning without modification.

Does my existing automation need manual updates to use the canonical swarm-pr-feedback workflow?

No, existing automation requires no manual updates because this shim acts as a drop-in replacement, automatically directing invocations from the deprecated entry point to the current PR review feedback workflow.

How do I process PR review feedback for an active pull request using legacy scripts?

Invoke the pr-review-fix entry point to process PR review feedback, which automatically routes the request to the current canonical workflow and processes the feedback for your active pull request.

Why does my custom script still reference the deprecated PR review fix entry point without failing?

Custom scripts avoid failure because this shim satisfies backward compatibility requirements for older OpenCode Swarm setups, seamlessly redirecting deprecated references to the standardized PR feedback processing workflow.