Skip to main content
ClaudeWave
Skill349 repo starsupdated today

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.

Install in Claude Code
Copy
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-fix
Then start a new Claude Code session; the skill loads automatically.

SKILL.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.