swarm-pr-feedback

star 351

Claude Code adapter for closing known PR feedback. Use when addressing pasted review feedback, GitHub review comments or threads, requested changes, CI/check failures, merge conflicts, stale PR branches, or PR follow-up work that must verify every claim before fixing it. Supports multi-round bot reviews (bot posts a new review after every push) via the iterative pattern in the canonical skill.

zaxbysauce By zaxbysauce schedule Updated 6/16/2026

name: swarm-pr-feedback description: > Claude Code adapter for closing known PR feedback. Use when addressing pasted review feedback, GitHub review comments or threads, requested changes, CI/check failures, merge conflicts, stale PR branches, or PR follow-up work that must verify every claim before fixing it.

Swarm PR Feedback

Read and follow ../../../.opencode/skills/swarm-pr-feedback/SKILL.md as the canonical workflow.

Claude Code Execution Notes

  • Check out the PR branch locally before verifying or fixing anything. Fetch the head ref if absent, confirm the working tree is clean, then verify against the PR branch rather than the base branch.
  • Build the complete feedback ledger before editing: pasted feedback, GitHub comments/threads, requested changes, CI/check failures, merge conflicts, stale branch state, PR body claims, linked issues, commits, and any validated swarm-pr-review handoff artifact.
  • Treat every feedback item as a claim until source evidence, tests, logs, or PR metadata prove or disprove it.
  • Preserve original finding IDs and reviewer/critic provenance from review handoff artifacts.
  • For async verification lanes, treat output as a preview and call retrieve_lane_output for full output_ref artifacts before classifying or resolving feedback; degraded or incomplete lane outputs keep the affected items open as evidence gaps.
  • Do not resolve GitHub review threads unless the user explicitly instructs it.
  • Use the repository commit/PR workflow before pushing or updating the PR.

Final output must include a closure ledger for every original feedback item, including conflicts, stale branch state, obsolete CI, and generated-output drift when they affected the PR.

Install via CLI
npx skills add https://github.com/zaxbysauce/opencode-swarm --skill swarm-pr-feedback
Repository Details
star Stars 351
call_split Forks 35
navigation Branch main
article Path SKILL.md
More from Creator