Agent Plugins Marketplace
All plugins

code-reviewer

v0.1.7

A standalone code review skill for Claude Code — evidence-tiered findings, a required decision model, combined-findings anti-blur rules, and a single-clarifying-question resume contract, independent of any other plugin. Renders via ReportFindings and an optional review-dashboard Artifact; per-file review state persists to a caller-supplied location or stays ephemeral for a single pass.

Claude Code1 Skill

By Renford NelsonLicense: SEE LICENSE IN LICENSE0 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 20, 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-reviewer 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-reviewer-4@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/renfordn/claude-plugins

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

Plugin files

code-reviewer/
├── .claude-plugin/plugin.json
└── skills/code-reviewer/SKILL.md

Included Skills1

code-reviewerskills/code-reviewer/SKILL.md

Review code changes against evidence tiers and a required decision model, rendering findings visually via ReportFindings (and an optional review dashboard for larger passes). Per-file review state persists to a caller-supplied location if given, or stays ephemeral for a single pass otherwise. Invoked directly by the user, mid-TDD-loop by an orchestrating skill, or pre-commit. Independent of any other plugin.

Plugin manifests1

code-reviewer/.claude-plugin/plugin.json
{
  "name": "code-reviewer",
  "version": "0.1.7",
  "description": "A standalone code review skill for Claude Code — evidence-tiered findings, a required decision model, combined-findings anti-blur rules, and a single-clarifying-question resume contract, independent of any other plugin. Renders via ReportFindings and an optional review-dashboard Artifact; per-file review state persists to a caller-supplied location or stays ephemeral for a single pass.",
  "author": {
    "name": "Renford Nelson"
  },
  "homepage": "https://github.com/renfordn/code-reviewer",
  "license": "SEE LICENSE IN LICENSE",
  "keywords": [
    "code-review",
    "review",
    "quality",
    "claude-code"
  ]
}

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

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