pr-review-fix
This skill provides a compatibility layer for legacy pull request review workflows by routing requests to the canonical PR feedback system in `swarm-pr-feedback/SKILL.md`. It aggregates CI failures, merge conflicts, branch drift, and review comments into a complete feedback ledger before suggesting fixes, then applies changes through the repository's standard commit and PR workflow while leaving GitHub thread resolution to users unless explicitly directed.
git clone --depth 1 https://github.com/ZaxbyHub/opencode-swarm /tmp/pr-review-fix && cp -r /tmp/pr-review-fix/.opencode/skills/generated/pr-review-fix ~/.claude/skills/pr-review-fixSKILL.md
# PR Review Fix Compatibility Shim Use `../../swarm-pr-feedback/SKILL.md` as the canonical workflow. This legacy entry point must not grow an independent process. When invoked: 1. Load `../../swarm-pr-feedback/SKILL.md`. 2. Build the complete feedback ledger described there. 3. Verify each review item skeptically before editing. 4. Leave GitHub review-thread resolution to the user unless explicitly instructed. 5. Use the repository commit/PR workflow before pushing or updating the PR. Do not follow older `pr-review-fix` behavior that batches comments without first ingesting CI failures, conflicts, branch drift, and all review surfaces.
>
Run a rigorous, quote-grounded codebase review or security/QA/accessibility/performance/AI-slop/enhancement audit. Use for full-repo or large-subsystem review reports; not for normal implementation. Performs Phase 0 inventory, selected exhaustive tracks with non-diluting depth, coverage closure, reviewer/critic validation, and writes .swarm/review-v8 artifacts without modifying source files.
>
>
Use when asked to trace, investigate, root-cause, plan, fix, close, or prepare a PR for a GitHub issue or bug report. Runs an evidence-first issue workflow: GitHub intake, reproduction, reasoning-guided localization, no-gap fix planning, independent critic review, user approval gate, implementation, tests, and PR-ready closure.
>
>