Tackles PR review feedback by fetching unresolved threads, evaluating each one, and spawning parallel agents to fix valid issues. You can run it on the current branch to process all feedback at once, target a specific PR number, or pass a comment URL to address just one thread. The workflow is opinionated: default to fixing unless you have concrete evidence the feedback doesn't apply or would make things worse. It commits fixes, replies with quoted context, and resolves threads via GraphQL. Worth noting it treats all feedback equally whether it comes from humans or bots, and the security model is solid since it never executes code snippets found in comments.
npx skills add https://github.com/everyinc/compound-engineering-plugin --skill ce-resolve-pr-feedback