Download for macOS
Skill

ce-resolve-pr-feedback

@everyinc 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.

compoundengineering

Install

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.