Agent Plugins Marketplace
← All plugins

spec-code-review

v0.3.0

Portable three-stage code review for any git repository.

Claude Code1 Skill

By StanleyLicense: MIT1 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 24, 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 spec-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 spec-code-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/tanlnm512/SpecDevKit

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

Plugin files

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

Included Skills1

spec-code-reviewSKILL.md

Portable three-stage code review for any git repository. Stage 1 runs the repo's own detected checks as the mechanical gate (scripts/gate.sh probes Makefile targets, npm scripts, cargo, go, pytest/unittest (resolving the repo's own pytest via PATH, repo venv, or uv run), and shell syntax on the diff). Stage 2 reviews the diff through separate lenses — correctness, security, quality & tests (one general reviewer on small diffs) — triaged by one editor with independent confirmation of every kept finding. Stage 3 synthesizes a report with risk class, test gaps and residual risks. An optional fix loop has an author agent fix the confirmed findings in the working tree, verify every fix independently, re-run the gate, and end with a merge / fix-first / human recommendation. Use when the user asks to review a change — "review the diff", "review the last commit", "review and fix" — in this or any repo.

Plugin manifests1

skills/spec-code-review/.claude-plugin/plugin.json
{
  "name": "spec-code-review",
  "version": "0.3.0",
  "description": "Portable three-stage code review for any git repository.",
  "author": {
    "name": "Stanley",
    "email": "[email protected]"
  },
  "repository": "https://github.com/tanlnm512/SpecDevKit",
  "license": "MIT"
}

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

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