Skip to main content
ClaudeWave
Skill354 repo starsupdated today

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.

Install in Claude Code
Copy
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-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.