code-reviewer
v0.1.7A 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.
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install code-reviewer-4@agent-plugin-marketplacePaste 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-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is code-reviewer/.
Plugin files
├── .claude-plugin/plugin.json└── skills/code-reviewer/SKILL.md
Included Skills1
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
{
"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"
]
}For maintainers
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)