Agent Plugins Marketplace
← All plugins

code-review

v0.1.0

Automated pull-request review on every harness: parallel reviewers from five lenses, confidence scoring that drops anything under 80, one comment posted with gh.

Claude CodeAgent Plugins1 Skill

By David AlladaLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code and Agent Plugins
Parsed components
1 skill or MCP entry
Source updated
Sep 26, 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-12@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/allada-homelab/agent-harness-marketplace

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

Plugin files

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

Included Skills1

code-reviewskills/code-review/SKILL.md

Review a GitHub pull request and post one comment with only the high-confidence issues. Five parallel reviewers (guideline compliance, shallow bug scan, git history, prior pull-request comments, in-code comment guidance) raise candidates, a scorer rates each 0-100 and anything under 80 is dropped, and a second eligibility check runs before the comment is posted. Use when asked to code-review, review or audit a pull request, or when a pull request needs a review comment; not for reviewing an uncommitted local diff. Needs the gh CLI.

Plugin manifests2

modules/code-review/.claude-plugin/plugin.json
{
  "name": "code-review",
  "version": "0.1.0",
  "description": "Automated pull-request review on every harness: parallel reviewers from five lenses, confidence scoring that drops anything under 80, one comment posted with gh.",
  "author": {
    "name": "David Allada",
    "email": "[email protected]"
  },
  "license": "MIT"
}
modules/code-review/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "code-review",
  "version": "0.1.0",
  "description": "Automated pull-request review on every harness: parallel reviewers from five lenses, confidence scoring that drops anything under 80, one comment posted with gh.",
  "author": {
    "name": "David Allada",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/allada-homelab/agent-harness-marketplace/tree/main/modules/code-review",
  "repository": "https://github.com/allada-homelab/agent-harness-marketplace",
  "license": "MIT",
  "keywords": [
    "agent-skills",
    "claude-code",
    "pi",
    "dsh"
  ]
}

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-12)