Agent Plugins Marketplace
All plugins

code-review

v0.19.0

Stack-agnostic code review: correctness bugs, code smells, convention drift on any diff or PR — severity-sorted one-line findings — plus comment discipline: every fact routed to the artifact that cannot lie about it, comments spent only on why-not-the-obvious, external constraints, intentional silence and contract facts (default: no comment; write-time hooks warn, and deny the three strictest patterns plus any whole file over a 0.4:1 comment ceiling, once per file per session; /code-review:comment-review). Defers structure/YAGNI to code-architecture, security depth to security, stack idioms to the per-framework review plugins. Includes /code-review:review, a code-reviewer agent, the code-smells, reuse-hygiene and comment-discipline skills. The fan-in for overlapping review surfaces: loads every installed matching stack skill in one pass.

Claude Code3 Skills

By Ivan-WG1 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
3 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 code-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 code-review-6@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/galaykos/cc-marketplace

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

Plugin files

plugins/code-review/
├── .claude-plugin/plugin.json
├── skills/code-smells/SKILL.md
├── skills/comment-discipline/SKILL.md
└── skills/reuse-hygiene/SKILL.md

Included Skills3

code-smellsskills/code-smells/SKILL.md

Use when reviewing, refactoring, or judging code quality — a code-smell catalog (bloaters, couplers, change-preventers, dispensables) with detection cues, fixes, and when-it-is-NOT-a-smell judgment.

comment-disciplineskills/comment-discipline/SKILL.md

Use when writing or reviewing code and deciding whether a comment or docblock should exist — the default is none; the code carries the meaning through names, types, tests and extraction. Keep only why-comments, linked external constraints, intentional-silence markers, and one-line docblock facts a signature cannot state. A project house style in CLAUDE.md overrides the default; nothing else does.

reuse-hygieneskills/reuse-hygiene/SKILL.md

Use before reusing an existing function, class, or symbol — confirm it is not deprecated or an abandoned orphan — and when a change removes the last caller of something, so no new dead code is left behind. Covers the deep pass when a quick read cannot settle it.

Plugin manifests1

plugins/code-review/.claude-plugin/plugin.json
{
  "name": "code-review",
  "version": "0.19.0",
  "description": "Stack-agnostic code review: correctness bugs, code smells, convention drift on any diff or PR — severity-sorted one-line findings — plus comment discipline: every fact routed to the artifact that cannot lie about it, comments spent only on why-not-the-obvious, external constraints, intentional silence and contract facts (default: no comment; write-time hooks warn, and deny the three strictest patterns plus any whole file over a 0.4:1 comment ceiling, once per file per session; /code-review:comment-review). Defers structure/YAGNI to code-architecture, security depth to security, stack idioms to the per-framework review plugins. Includes /code-review:review, a code-reviewer agent, the code-smells, reuse-hygiene and comment-discipline skills. The fan-in for overlapping review surfaces: loads every installed matching stack skill in one pass.",
  "author": {
    "name": "Ivan-WG",
    "email": "[email protected]"
  },
  "keywords": [
    "review",
    "quality"
  ]
}

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

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