gemini-review-loop
Installation
SKILL.md
Gemini Review Loop
Overview
Use this skill for a PR review loop where Gemini Code Assist is an external reviewer. Keep the loop evidence-driven: inspect the PR state, distinguish stale/outdated comments from current comments, fix only actionable code issues, validate locally, run requested reviewer subagents, push, and retrigger Gemini.
Workflow
- Identify the PR and repository.
- If the user gives a URL or number, use it.
- Otherwise run
gh pr view --json number,url,headRefName,baseRefName. - Confirm the working tree and branch with
git status --shortandgit branch --show-current.