ce-resolve-pr-feedback
Resolve PR review feedback. Use when addressing review comments, resolving review threads, or fixing code-review feedback.
Install
Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.
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: the thread is left open with a natural reply, and the structured decisioncontext is reported — the skill never pauses mid-run to ask. This is what lets an autonomous caller (e.g. ce-babysit-pr running unattended) invoke this skill in a loop: items that need a human decision — including a fix that would change behavior the author chose deliberately (see the rubric) — come back as needs-human results for the caller to surface, rather than stalling the run. mode:pipeline (set by an orchestrator like ce-babysit-pr or lfg): behave exactly as above, with three specifics. (1) Never call the blocking-question tool for any reason.