Agent Plugins Marketplace
All plugins

em-review

v0.5.10

Standalone version of the em-workflow review phase. /em-review:multi-review reviews the current git diff (whole codebase when no diff) with two-layer dynamic perspective selection (rule floor + discretionary additions), skill-injected generic reviewers (Claude + conditional cross-model validation via GPT/Codex and, when the separately-installed vertex-review plugin is present, Vertex AI MaaS — security prefers Codex with a Vertex fallback on rate limit, other perspectives prefer Vertex with a Codex fallback when Vertex is not installed), cross-model agreement scoring, and bounded auto-fix (≤ 3 loops, skip with --report-only). Never commits; round records persist to /tmp/em-review/{repo-key}/ by default (--records <dir> to override) for nit-relitigation suppression across runs. Also reviews GitHub PRs by number/URL via gh pr diff (report-only).

Claude Code8 Skills

By em0 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
8 skill or MCP entries
Source updated
Sep 15, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install em-review for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install em-review@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/m-m-n/em-claude-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is em-review/.

Plugin files

em-review/
├── .claude-plugin/plugin.json
├── skills/codex-prompting/SKILL.md
├── skills/contributor-consent/SKILL.md
├── skills/multi-review/SKILL.md
├── skills/review-architecture/SKILL.md
├── skills/review-comprehensive/SKILL.md
├── skills/review-performance/SKILL.md
├── skills/review-security/SKILL.md
└── skills/review-spec/SKILL.md

Included Skills8

codex-promptingskills/codex-prompting/SKILL.md

Codex CLI へ送るプロンプトの構造化規則(em-review codex-reviewer 静的プリロード用)。GPT-5 系プロンプティング知見のエッセンス — XML タグによるブロック分類と組み合わせ規則、レビュー用途の推奨 4 ブロック(task / structured_output_contract / grounding_rules / dig_deeper_nudge)を定義します。

contributor-consentskills/contributor-consent/SKILL.md

muse-spark contributor ティアへの同意を記録・撤回する唯一のインタラクティブな経路。LiteLLM ハーネスの可用性を確認したうえで、リポジトリの可視性・ライセンス・コントリビューター数の 3 事実を提示し、状態に応じた質問を 1 回だけ行う

multi-reviewskills/multi-review/SKILL.md

並列多観点コードレビューのエントリポイント(em-review)。em-workflow レビューフェーズのスタンドアロン版です。現在の git diff(なければコードベース全体)、または GitHub PR(番号 / URL 指定、report-only 固定)を対象に、baseline +(SPEC.md があれば spec)+ 裁量層で観点を動的選択し、観点スキル注入型の汎用レビュアー(+ 条件によりクロスモデル検証 — Codex、および別途 vertex-review プラグインが導入済みなら LiteLLM 経由の Vertex AI / Muse)を並列起動、bounded auto-fix(≤ 3 ループ、--report-only でスキップ)とレビュー記録の書き出し(デフォルト /tmp 配下、--records <dir> で変更可)まで行います。コミットは一切しません

review-architectureskills/review-architecture/SKILL.md

アーキテクチャ観点のレビュー知識(em-review 動的注入用)。レイヤー違反・循環依存・神クラス・破壊的インターフェース変更・重大な SOLID 違反を検出する基準を汎用レビュアーに与えます。オーケストレーター指示以外で自発的にロードするものではありません。

review-comprehensiveskills/review-comprehensive/SKILL.md

包括観点のレビュー知識(em-review 動的注入用・常時実行 baseline)。単一観点レビュアーが見逃す横断バグ・正確性/ロジックバグ・統合と契約のドリフト・境界値・テスト齟齬を検出する基準を汎用レビュアーに与えます。オーケストレーター指示以外で自発的にロードするものではありません。

review-performanceskills/review-performance/SKILL.md

パフォーマンス観点のレビュー知識(em-review 動的注入用)。N+1 クエリ・計算量爆発・メモリ非効率・ブロッキング I/O・リソースリークを検出する基準を汎用レビュアーに与えます。オーケストレーター指示以外で自発的にロードするものではありません。

review-securityskills/review-security/SKILL.md

セキュリティ観点のレビュー知識(em-review 動的注入用)。汎用レビュアーが Skill tool でロードし、インジェクション・認証認可バイパス・機密データ露出・暗号の弱点・入力検証欠如を検出する基準を得ます。レビュアーエージェントのオーケストレーター指示以外で自発的にロードするものではありません。

review-specskills/review-spec/SKILL.md

仕様準拠観点のレビュー知識(em-review 動的注入用)。SPEC.md との矛盾・必須動作の欠落・クリティカルロジックの誤実装・データ整合性違反を検出する基準を汎用レビュアーに与えます。SPEC.md 不在時はレビュアーがクリーンにスキップします。オーケストレーター指示以外で自発的にロードするものではありません。

Plugin manifests1

em-review/.claude-plugin/plugin.json
{
  "name": "em-review",
  "description": "Standalone version of the em-workflow review phase. /em-review:multi-review reviews the current git diff (whole codebase when no diff) with two-layer dynamic perspective selection (rule floor + discretionary additions), skill-injected generic reviewers (Claude + conditional cross-model validation via GPT/Codex and, when the separately-installed vertex-review plugin is present, Vertex AI MaaS — security prefers Codex with a Vertex fallback on rate limit, other perspectives prefer Vertex with a Codex fallback when Vertex is not installed), cross-model agreement scoring, and bounded auto-fix (≤ 3 loops, skip with --report-only). Never commits; round records persist to /tmp/em-review/{repo-key}/ by default (--records <dir> to override) for nit-relitigation suppression across runs. Also reviews GitHub PRs by number/URL via gh pr diff (report-only).",
  "author": {
    "name": "em"
  },
  "version": "0.5.10"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[em-review on Agent Plugins Marketplace](https://pluginsmp.com/plugins/em-review)