spec-code-review
v0.3.0Portable three-stage code review for any git repository.
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install spec-code-review@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/tanlnm512/SpecDevKitClone 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
├── .claude-plugin/plugin.json└── SKILL.md
Included Skills1
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
{
"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"
}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.
[spec-code-review on Agent Plugins Marketplace](https://pluginsmp.com/plugins/spec-code-review)