cc-pr-review-ci
Installation
SKILL.md
PR Review (single-agent, CI-safe)
Review a PR across 10 domains sequentially, then write review.json. A separate posting script turns the JSON into GitHub inline review comments.
If no PR number provided, diff against origin/main and print JSON to stdout.
Step 0 — Load prior dismissals (PR runs only)
Skip if no PR number provided.
Fetch all existing bot reviews on this PR:
gh api repos/{owner}/{repo}/pulls/$PR_NUMBER/reviews \
--jq '[.[] | select(.body | test("<!-- cc-pr-review -->"; "i")) | {id: .id, submitted_at: .submitted_at}]'