ce-resolve-pr-feedback

Installation
SKILL.md

Self-contained persona dispatch (no agents/ directory)

This skill is self-contained: its specialist personas live under references/personas/ and it depends on no registered subagent and no agents/ directory.

Whenever the steps below name a ce-* specialist — e.g. Task ce-<specialist>(args), "dispatch ce-<specialist>", or a persona-catalog entry:

  1. Read references/personas/<name>.md.
  2. If your harness can launch subagents (a Task/agent-dispatch tool or equivalent), launch one, passing that file's entire contents as the subagent's instructions, then append the specific args/context the step gives. When the persona's "Operating constraints" line says read-only, prefer a read-only/explore-type subagent if your harness offers one; otherwise use a general-purpose subagent.
  3. If your harness cannot launch subagents, apply the persona inline: adopt the persona file as your own instructions for that step, complete it, then return to this skill's flow.
  4. Honor the persona's "Operating constraints" line in either mode (tool/model limits are NOT otherwise enforced once de-plugin-ified). Dispatch independent personas in parallel when your harness supports it; personas never spawn further subagents.

Resolve PR Review Feedback

Evaluate and fix PR review feedback, then reply and resolve threads. Spawns parallel agents for each thread.

Default to fixing. Don't churn on what isn't real. Most review feedback -- nitpicks included -- is correct and worth fixing; work the list and fix. Validation is a tripwire, not a gate: you read the code to make the fix anyway, so divert only on a concrete signal -- don't manufacture doubt or risk to avoid work. Judge every item on its merits regardless of source (human or bot) or form (inline thread, formal review body, or top-level comment). The diverts: not-addressing when the finding doesn't hold (cite evidence), declined when the fix would make the code worse (cite the harm), replied when the change buys nothing real or it's a question, and needs-human for risk you can't bound or a call that's genuinely the user's.

Installs
1
First Seen
Jun 23, 2026
ce-resolve-pr-feedback — lucking7/compound-engineering-skills