# ce-resolve-pr-feedback

> Claude/Codex skill by [@everyinc](https://omgskills.com/library/everyinc/index.md) · 25k stars · Updated 2026-08-31

Resolve PR review feedback. Use when addressing feedback already left on a PR. Not for reviewing the code before feedback exists; that is ce-code-review.

Tags: compound, engineering

## Install

```sh
git clone https://github.com/EveryInc/compound-engineering-plugin /tmp/compound-engineering-plugin && ln -s /tmp/compound-engineering-plugin/skills/ce-resolve-pr-feedback ~/.claude/skills/ce-resolve-pr-feedback
```

## From README

Resolve PR Review Feedback Evaluate and fix PR review feedback, then reply and resolve threads. The orchestrator judges every item centrally (the legitimacy gate), then dispatches generic subagents seeded with a skill-local fixer prompt only for items it has approved for a fix. Escalations never block. needs-human is the escalation channel: leave the thread open with a natural reply and report the structured decisioncontext. Never pause mid-run to ask. That is what lets an autonomous caller — ce-babysit-pr running unattended, for example — loop this skill. Items that need a human decision come back as needs-human results for the caller to surface, rather than stalling the run; that includes a fix that would change behavior the author chose deliberately (see the rubric). mode:pipeline (set by an orchestrator like ce-babysit-pr or lfg): the run is unattended, so never call the blocking-question tool for any reason, and read references/pipeline-mode.md before acting.

## Links

- HTML page: https://omgskills.com/skills/everyinc/compound-engineering-plugin/ce-resolve-pr-feedback/
- GitHub: https://github.com/EveryInc/compound-engineering-plugin
- Author: [@everyinc](https://omgskills.com/library/everyinc/index.md)

## More from this repo

- [ce-brainstorm](https://omgskills.com/skills/everyinc/compound-engineering-plugin/ce-brainstorm/index.md) — Explore vague or ambitious ideas into a right-sized requirements-only unified plan.
   - [@everyinc](https://omgskills.com/library/everyinc/index.md) · 25k stars
- [ce-code-review](https://omgskills.com/skills/everyinc/compound-engineering-plugin/ce-code-review/index.md) — Structured code review for bugs, regressions, tests, and standards.
   - [@everyinc](https://omgskills.com/library/everyinc/index.md) · 25k stars
- [ce-commit](https://omgskills.com/skills/everyinc/compound-engineering-plugin/ce-commit/index.md) — Used to create a git commit with a clear, value-communicating message.
   - [@everyinc](https://omgskills.com/library/everyinc/index.md) · 25k stars
