🔁
AutomationGo

PR Feedback Loop

by workweave

PR Feedback Loop is an Automation skill for Claude Code, published by workweave in router.

967 stars52 forkson workweave/routerAdded 2026/08/21Repository updated 2026/08/21
agentic-codingai-gatewayanthropicclaude-codecodexmodel-routeropenai-compatible
Install in seconds
Install PR Feedback Loop
Copy PR Feedback Loop into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/workweave/router/tree/main/.claude/skills/fix-pr-reviews ~/.claude/skills/fix-pr-reviews

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/workweave/router.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/fix-pr-reviews/SKILL.md in workweave/router
Installs to
~/.claude/skills/fix-pr-reviews
Collection
One of 4 skills cataloged from this repository
Category
Automation1523 skills

What PR Feedback Loop does

PR Feedback Loop fetches review threads, PR comments, and bot reviews from a GitHub pull request, then fixes or escalates feedback and keeps validating until the PR is merge-ready. It is used to babysit a PR through comments, revisions, and CI completion.

PR Feedback Loop is cataloged under Automation on DirSkills. PR Feedback Loop comes from a repository tagged agentic-coding, ai-gateway, anthropic, claude-code and codex.

Documentation

README

Fix PR Feedback (Loop Until Done)

Automates fixing PR feedback on a GitHub PR — review threads, ad-hoc PR comments, and bot/advisory reviews (e.g. workweave-bot COMMENTED-state reviews with nit lists) — then validating fixes, submitting them, and continuously looping until the PR is merge-ready: all feedback resolved, all reviewers done, and all CI checks complete.

Three sources of feedback — treat all three as first-class:

This is the opening of the README. Read the full README on GitHub.

Commands PR Feedback Loop provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /zero

Frequently asked about PR Feedback Loop

  • What else does workweave publish alongside PR Feedback Loop?

    PR Feedback Loop is one of 4 skills that DirSkills catalogs from workweave/router, the repository it ships in. Its siblings there include Debug Claude Session, Disable Routing and Test Claude Locally. Each one is a separate skill with its own page in this directory, installs the same way PR Feedback Loop does, and is maintained by workweave in that same repository. The rest of the collection is listed on the workweave/router page.

  • How does PR Feedback Loop compare to other Automation skills?

    PR Feedback Loop ranks #857 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of PR Feedback Loop against them. Open each page to compare what they document and how they install.