geminilooplisted
Install: claude install-skill oleg-koval/agent-skills
<!-- Generated by scripts/build-adapters.sh. Do not edit directly. -->
# Geminiloop
Drive a GitHub PR until Gemini Code Assist has no unresolved comments, **but do not cargo-cult
its suggestions.** Gemini is often confidently wrong. Every comment is a *claim to verify*, not an
instruction to obey. A wrong suggestion applied is worse than the comment itself.
## How Gemini differs from other review bots
- **No check-run, no score.** Gemini does not publish a `X/5` confidence or a `greptile` check. It
posts a **PR review** (state `COMMENTED`) authored by `gemini-code-assist[bot]` with a
`## Code Review` summary body plus inline review comments. Detection is by polling the *reviews*
endpoint, not a check-run. "Satisfied" = zero unresolved comments (each either fixed or rebutted),
since there is no numeric target.
- **Auto-reviews on push/open.** It reviews automatically when a PR opens or gets new commits;
`/gemini review` forces a fresh pass.
- **Severity, not confidence.** Inline comments carry a priority badge (a `![critical]` /
`![high]` / `![medium]` / `![low]` shields image) at the top of the body. Weight `critical`/`high`
seriously; treat `medium`/`low` as usually-skippable nits unless clearly correct.
- **Higher false-positive rate.** This is the whole point of the skill: bias toward *rebut* over
*change*.
## Not for
- GitLab / Perforce (Gemini Code Assist is GitHub-only). For other review bots this catalog ships
`codexloop`, `coderabbitloop`, and