awac-ai-agent-plugins: Command for Claude Code

.claude/commands/gemini-review.md

gemini-review is a command for Claude Code from IvanLutsenko/awac-ai-agent-plugins. It costs 0 tokens per session (2,339 once invoked), scanned A, original, MIT.

A command that turns Gemini Code Assist’s comments on a GitHub pull request—a proposed code change—into a ranked task list.

In plain words
What is it for?
Use it to fetch a Gemini review, sort its issues by severity, create an actionable TodoList, and optionally begin addressing the tasks.
Why use it?
It removes the repeated work of reading AI review comments, judging their urgency, writing tasks, and deciding what to tackle first.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: model in frontmatter; names the TodoWrite tool; mentions Claude Code.

This is IvanLutsenko/awac-ai-agent-plugins's own configuration. It tells Claude Code how to work on awac-ai-agent-plugins itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything awac-ai-agent-plugins configures →

Reuse

Borrowing it

Nothing to install: this file belongs to IvanLutsenko/awac-ai-agent-plugins. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/IvanLutsenko/awac-ai-agent-plugins/main/.claude/commands/gemini-review.md
Clone the repo
git clone --depth 1 https://github.com/IvanLutsenko/awac-ai-agent-plugins

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for gemini-review

README.md
[![agentmods](https://agentmods.dev/badge/commands/ivanlutsenko/awac-ai-agent-plugins/gemini-review.svg)](https://agentmods.dev/commands/ivanlutsenko/awac-ai-agent-plugins/gemini-review)
Your own site
<a href="https://agentmods.dev/commands/ivanlutsenko/awac-ai-agent-plugins/gemini-review"><img src="https://agentmods.dev/badge/commands/ivanlutsenko/awac-ai-agent-plugins/gemini-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,339 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.02339
Opus 5 $0.00000 $0.01170
Sonnet 5 $0.00000 $0.00468
Haiku 4.5 $0.00000 $0.00234

Measured 6d ago against content hash dd7619048e4f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

gemini-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/gemini-review.md · 294 lines

How it starts

The opening of the file, as written. The whole thing — 294 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Gemini PR Review Automation

Why This Command Exists

The Problem: Gemini Code Assist provides free, automated PR reviews on GitHub. But AI-generated reviews often get ignored because they lack the urgency of human feedback.

The Pain Point: Manually asking Claude Code to:

  1. "Analyze PR #42's Gemini review"
  2. "Prioritize the issues"
  3. "Create a TodoList"
  4. "Start working on them"

...gets tedious fast.

The Solution: One command that automatically fetches Gemini's review, analyzes severity, creates prioritized TodoLists, and optionally starts execution.

What Makes This Different

Code Analysis Code Improvement Gemini Review
Trigger When you want analysis When you want improvements When Gemini already reviewed
Input Local codebase Local codebase GitHub PR's Gemini comments
Purpose General analysis General improvements Convert AI review → actionable TODOs
Output Analysis report Applied improvements TodoList + Priority + Execution

Triggers

  • PR has Gemini Code Assist review comments waiting to be addressed
  • Need to convert AI feedback into structured action items
  • Want to systematically process automated review feedback
  • Reduce manual context switching between GitHub and development

Usage

/gemini-review [pr-number] [--analyze-only] [--preview] [--priority high|medium|low]

Behavioral Flow

  1. Fetch: Retrieve PR details and Gemini review comments using GitHub CLI
  2. Analyze: Parse and categorize review comments by type and severity
  3. Prioritize: Assess each comment for refactoring necessity and impact
  4. TodoList: Generate structured TodoList with priority ordering
  5. Execute: (Optional) Start working on high-priority items with user confirmation

Key behaviors:

  • Intelligent comment categorization (critical, improvement, suggestion, style)
  • Impact assessment for each review item with effort estimation
  • Automatic TodoList creation with priority matrix (must-fix, should-fix, nice-to-have)
  • Code location mapping and dependency analysis
  • Implementation strategy with phased approach

Read the full file on GitHub · 294 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 294 lines · 0 tokens per session scan A dd7619048e4f

Subscribe to this mod's changes

gemini-review is a command published in the GitHub repository IvanLutsenko/awac-ai-agent-plugins (2 stars, last pushed 3d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,339 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.