gemini-code-review
- Repo stars 0
- Author updated Live
- Author repo skills-registry
- Domain
- Engineering
- Compatible agents
-
- Claude Code
- Cursor
- Cline
- Codex
- Windsurf
- Gemini CLI
- +20
- Trust score
- 88 / 100 · community maintained
- Author / version / license
- @tomevault-io · no license declared
- Token usage
- Lean
- Setup complexity
- Plug-and-play
- External API key
- Not required
- Operating systems
- Unspecified (assume cross-platform)
- Runtime requirements
- No special requirements
- Permissions
-
- Read-only
- Write / modify
- Network behavior
- External requests
- Install commands
- 26 variants
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
---
name: gemini-code-review
description: 作業完了後に、Gemini CLI と Code Review 拡張(/code-review, /pr-code-review)でレビューしたいときに使います。 作業完了後に Gemini…
category: engineering
runtime: no special runtime
---
# gemini-code-review output preview
## PART A: Task fit
- Use case: 作業完了後に、Gemini CLI と Code Review 拡張(/code-review, /pr-code-review)でレビューしたいときに使います。 作業完了後に Gemini CLI でレビューしたいと言われたときに使います。 <!-- tomevault:4.0:skill_md:2026-05-23 --> makes outbound network calls. Works with Claude Code, Cursor, Cline and 23 more..
- Inputs: target material, constraints, expected output, and acceptance criteria.
- Evidence boundary: follow “エージェントの役割と限界 / 前提 / ブランチの変更: /code-review” and do not present inference as author intent.
## PART B: Execution result
- **01** The card summarizes the use case; runtime output centers on “作業完了後に、Gemini CLI と Code Review 拡張(/code-review, /pr-code-review)でレビューしたいときに使います。 作業完了後に Gemini CLI でレビューしたいと言われたときに使います。 <!-- tomevault:4.0:skill_md:2026-05-23 --> makes outbound network calls. Works with Claude Code, Cursor, Cline and 23 more.”.
- **02** When the source has headings, the agent prioritizes “エージェントの役割と限界 / 前提 / ブランチの変更: /code-review” so the result follows the author’s structure.
- **03** Typical output includes task judgment, concrete steps, required commands or file edits, validation, and follow-up options.
- **04** Risk context follows the fingerprint: read files, write/modify files; may access external network resources; usually needs no extra API key.
## Running Rules
- read files, write/modify files; may access external network resources; usually needs no extra API key.
- Validate with a small sample before expanding scope.
- Return the result, validation criteria, and next iteration options. The source mentions slash commands such as `/code-review`, `/pr-code-review`; use them first when your agent supports command triggers.
Name target files or source material, expected output, forbidden changes, and whether network or shell access is allowed. Permission fingerprint: read files, write/modify files.
Start with a small task and check whether the result follows “エージェントの役割と限界 / 前提 / ブランチの変更: /code-review”. Inspect diffs, logs, previews, or tests before expanding scope.
Confirm the final output includes a concrete result, evidence, and next action. If it stays generic, tighten inputs, boundaries, and acceptance criteria.
---
name: gemini-code-review
description: 作業完了後に、Gemini CLI と Code Review 拡張(/code-review, /pr-code-review)でレビューしたいときに使います。 作業完了後に Gemini…
category: engineering
source: tomevault-io/skills-registry
---
# gemini-code-review
## When to use
- 作業完了後に、Gemini CLI と Code Review 拡張(/code-review, /pr-code-review)でレビューしたいときに使います。 作業完了後に Gemini CLI でレビューしたいと言われたときに使い…
- Use it when the task has clear inputs, repeatable steps, and validation criteria.
## What to provide
- Target material, scope, expected result, and forbidden changes.
- Whether network, commands, file writes, or external services are allowed.
## Execution rules
- Organize steps around “エージェントの役割と限界 / 前提 / ブランチの変更: /code-review” and keep inference separate from source facts.
- read files, write/modify files; may access external network resources; usually needs no extra API key.
- Validate with a small sample before expanding the task.
## Output requirements
- Return the deliverable, key evidence, validation method, and next action.
- Mark missing information as unknown; do not invent commands, platforms, or dependencies. The author source anchors workflow facts; repository files anchor sources and commands; Fluxly only adds fit, limitations, and quality judgment.
skill "gemini-code-review" {
input -> user goal + target files + boundaries + acceptance criteria
context -> エージェントの役割と限界 / 前提 / ブランチの変更: /code-review
rules -> SKILL.md triggers / order / output contract
runtime -> no special runtime | read files, write/modify files | may access external network resources
guardrails -> usually needs no extra API key + small-sample validation + diff/log review
output -> copyable result + checklist + next iteration
} Gemini CLI によるコードレビュー
作業完了後に、Gemini CLI と Code Review 拡張(/code-review, /pr-code-review)でレビューしたいときに使います。
エージェントの役割と限界
- 対話型の Gemini CLI は基本的にユーザー環境で動作します。エージェントは手順案内と結果整理を担当します。
- レビュー結果を本プロジェクトで要約・共有する際は
.gemini/styleguide.md(日本語・ですます調・簡潔な根拠)に従います。
前提
- セットアップは
README.mdの「Gemini CLI と Code Review 拡張」に従って完了済みであること。 - 実行ディレクトリはリポジトリルートを推奨。
ブランチの変更: /code-review
- 対象ブランチと
git statusを確認する。 - Gemini CLI を起動し、必要なら「
.gemini/styleguide.mdに従って日本語で」と先に伝える。 /code-reviewを実行する。
プルリクエスト: /pr-code-review
- Gemini CLI 側で GitHub MCP を有効化する。
/pr-code-review <PR_URL>を実行する(または拡張ドキュメント準拠の環境変数方式)。- 認証やトークンスコープはローカル設定依存であることを前提にする。
再発防止ルール(最重要)
gemini -pでバッククォートを使わない- NG:
gemini -p "`.gemini/styleguide.md` に従って..." - シェル展開を避けるため、シングルクォートで囲むか、バッククォートを使わないようにします。
- NG:
- PR レビューはまず
--approval-mode yoloを試す- 拡張内部のツール実行が止まりにくい。
- Private PR で
.diffが 404 の場合はローカル取得へ切り替える- 例:
git fetch origin pull/<n>/head:<tmp-branch>
- 例:
- 失敗シグナルが出たら即フォールバックする
- 例:
Unauthorized tool call,Tool not found, PR本文取得で停止。 - 対応: プロセス停止 ->
--approval-mode yoloで再実行 -> だめなら対話モード/pr-code-review。
- 例:
- 実行後は結果を最低限まとめて返す
Findings(重大度順)/Open questions/ 提案アクション(採用 or 見送り)。
利用のきっかけ
作業完了後に Gemini CLI でレビューしたいと言われたときに使います。
Source: contiki9/ai-ops — distributed by TomeVault.
Decide Fit First
Design Intent
How To Use It
Boundaries And Review