pr-review-fix
The pr-review-fix skill provides a compatibility layer that delegates pull request review workflows to the canonical swarm-pr-feedback process. It loads the complete feedback ledger from the upstream skill definition, verifies review items before suggesting edits, and respects user control over GitHub review-thread resolution while enforcing proper repository commit and PR workflows before any updates.
git clone --depth 1 https://github.com/zaxbysauce/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.
>
>