End-to-end closeout of unresolved review feedback across one or more GitHub PRs. For each PR checks out the branch, fetches every source of blocking feedback (inline threads, CHANGES_REQUESTED review-submission bodies, issue comments, plus reviewDecision), verifies against current code, fixes legitimate findings (one signed-off commit + push per finding), asks approval on reply drafts, posts replies (inline reply for threads, top-level @mention for review bodies), then moves to the next PR. Returns to the original branch at the end.
$npx -y skills add lexfrei/ccc --skill address-pr-commentsInstalls into the current project.
Run `npx skills use "https://github.com/lexfrei/ccc" --skill "lexfrei/ccc/address-pr-comments"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/lexfrei/ccc" that are relevant to the current task. Run `npx skills add "https://github.com/lexfrei/ccc"` and select the relevant skills, then follow their instructions.