ci-reviewlisted
Install: claude install-skill rube-de/cc-skills
# CI Review
**CRITICAL REQUIREMENT**: This skill is an automated review submitter. Its primary deliverable is an atomic GitHub PR review submitted by calling the `Bash` tool to execute `post-review.sh`.
**You MUST call the `Bash` tool to execute `post-review.sh` on EVERY run before writing any final summary text (see Step 7 for the invocation command).** Ending a session without calling the `Bash` tool to post the review violates the contract and fails CI.
## Mandatory Review Contract (Inviolable)
Every execution of `/ci-review` MUST complete all workflow steps through Step 8:
1. **Step 6 is mandatory on ALL runs**: Construct the payload file `${TMPDIR:-/tmp}/ci-review-payload-<PR#>.json` (using the "No Findings" template with `"comments": []` when clean).
2. **Step 7 is mandatory on ALL runs**: Call the `Bash` tool to run `sh "${CLAUDE_SKILL_DIR}/../../scripts/post-review.sh" <PR#> "${TMPDIR:-/tmp}/ci-review-payload-<PR#>.json"`.
3. **Step 8 is mandatory**: Output the summary including the review URL returned by `post-review.sh`.
Before running, **read [references/REVIEW-POSTING.md](references/REVIEW-POSTING.md) now** for the review posting format and error handling chain.
## Profiles
| Profile | Agents | Use When |
|---------|--------|----------|
| **single** | single-reviewer (one comprehensive agent) | Routine PRs, CI budgets, small diffs — ~6x cheaper than lean |
| **lean** (default) | deep-reviewer, guidelines-checker, bug-detector, security-reviewer, silent-failu