`.agent/agents/reviewer.md` を入口に、PR差分やローカル差分を日本語でレビューするスキル。ユーザーが「レビュー」「PR確認」「差分確認」「コードレビュー」「reviewer」「レビュー指摘に対応」などを依頼したときに使う。GitHubレビュー指摘の対応(分類・方針提示・Worker委譲・resolved化)も扱う。
Scanned 9/6/2026
Install to Claude Code
npx -y skills add modxcms-jp/evolution-jp --skill review-agent --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Review Agent?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modxcms-jp-review-agent-evolution-jp)More formats (shields.io, HTML) on the badges page.
---
name: "review-agent"
description: "`.agent/agents/reviewer.md` を入口に、PR差分やローカル差分を日本語でレビューするスキル。ユーザーが「レビュー」「PR確認」「差分確認」「コードレビュー」「reviewer」「レビュー指摘に対応」などを依頼したときに使う。GitHubレビュー指摘の対応(分類・方針提示・Worker委譲・resolved化)も扱う。"
---
# Review Agent
このファイルは Codex 実行用の入口とメタデータを管理する。
手順本文の正本は `.claude/skills/review-agent/SKILL.md` に置く。
`.agent/agents/reviewer.md` を主担当として、バグ・回帰・セキュリティ・キャッシュ整合性・SSOT 違反を優先してレビューする。
PR 作成や説明文の確認では `.github/codex-pr-rules.md` も参照する。
## 参照順
1. `AGENTS.md`
2. `.agent/agents/reviewer.md`
3. `.github/codex-pr-rules.md`
4. 関連する ExecPlan
5. 関連する `assets/docs/`
6. 変更ファイルと `git diff`
## 実行ルール
正本の実行ルールは `.claude/skills/review-agent/SKILL.md` の `## 実行ルール` を参照。
GitHub への返信・コメントと review thread の resolved 化は、修正と push の完了後に `はい・いいえ` で確認し、`はい` の場合のみ実行する。`/resolve-review` を経由せず直接修正・push した場合も、push 後に resolved 化をユーザーに確認してから実行する(スキップ禁止)。
## コマンド
### /review-diff
詳細な手順は `.claude/skills/review-agent/SKILL.md` の `/review-diff` を参照。
### /review-pr
詳細な手順は `.claude/skills/review-agent/SKILL.md` の `/review-pr` を参照。
### /resolve-review <PR番号>
詳細な手順は `.claude/skills/review-agent/SKILL.md` の `/resolve-review` を参照。
## 出力形式
差分レビューおよび /resolve-review の出力形式は `.claude/skills/review-agent/SKILL.md` の `## 出力形式` を参照。
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.
Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...
Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.
**Complete production-ready guide for Google Gemini embeddings API** This skill provides comprehensive coverage of the `gemini-embedding-001` model for generating text embeddings, including SDK usage, REST API patterns, batch processing, RAG integration with Cloudflare Vectorize, and advanced use cases like semantic search and document clustering. ---
Recovers prior coding-agent session context by running `catchup <agent> --since-compact`, which extracts a clean summary of a previous Codex, Claude Code, Antigravity, OpenCode, or Pi Agent session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", or asks to recover/summarize a previous session before continuing. Do NOT use for the current conversation, git history, or any non-agent log.