When you're staring down a PR with dozens of unresolved review comments, this skill spawns parallel agents to tackle each thread independently instead of grinding through them one by one. It uses GitHub's GraphQL API to pull unresolved threads, detects your current branch and PR automatically, and fans out the work. The parallel approach is smart for large reviews, though you'll want to sanity check the results before pushing since multiple agents working independently can occasionally step on each other. From Every's compound engineering plugin, which has solid traction with 147 installs and passes Gen Agent Trust Hub audits.
npx skills add https://github.com/everyinc/compound-engineering-plugin --skill resolve-pr-parallel