material-code-review
v1.7.0Evidence-gated review and bounded repair of a concrete Git change scope. Implicitly use only to assess uncommitted changes, a branch or diff, a local ref range, or a PR for material defects, regressions, test gaps protecting changed behavior, or merge readiness. Do not implicitly use for document or generated-output review, output diagnosis, general skill, plugin, or repository analysis, architecture exploration, or planning-only work.
By CoveLicense: MIT0 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 8, 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 material-code-review for Codex and Claude Code
codex plugin marketplace add CoveMB/material-code-review-plugin
codex plugin marketplace upgrade material-code-review-local
codex plugin add material-code-review@material-code-review-localPaste and run these commands in a terminal with Codex. They add and refresh the material-code-review-local catalog, then install this plugin.
Compatibility: the page URL and API slug “material-code-review” remain stable.
- Codex:
material-code-review@agent-plugin-marketplace→material-code-review@material-code-review-local
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/CoveMB/material-code-review-pluginClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── SKILL.md└── skills/material-code-simplification/SKILL.md
Included Skills2
Evidence-gated review and bounded repair of a concrete Git change scope. Implicitly use only to assess uncommitted changes, a branch or diff, a local ref range, or a PR for material defects, regressions, test gaps protecting changed behavior, or merge readiness. Do not implicitly use for document or generated-output review, output diagnosis, general skill, plugin, or repository analysis, architecture exploration, or planning-only work.
Evidence-gated, behavior-preserving simplification and refactoring of bounded codebase or change scopes. Maps architecture and contracts, captures code-bloat and complexity candidates, independently validates and adjudicates every candidate, requires two explicit user approvals, plans characterization and regression tests, applies checkpointed edits, and stops without recursive cleanup. Use for AI-assisted or conventionally written codebases when meaningful deletion, consolidation, inlining, dependency reduction, restructuring, or tightly bounded rewriting may reduce present maintenance cost.
Plugin manifests2
{
"name": "material-code-review",
"version": "1.7.0",
"description": "Evidence-gated review and bounded repair of a concrete Git change scope. Implicitly use only to assess uncommitted changes, a branch or diff, a local ref range, or a PR for material defects, regressions, test gaps protecting changed behavior, or merge readiness. Do not implicitly use for document or generated-output review, output diagnosis, general skill, plugin, or repository analysis, architecture exploration, or planning-only work.",
"author": {
"name": "Cove"
},
"license": "MIT",
"keywords": [
"code-review",
"quality",
"workflow",
"agent-skills",
"repair"
],
"skills": "./skills/",
"interface": {
"displayName": "Material Code Review",
"shortDescription": "Material-defect review of Git changes",
"longDescription": "Evidence-gated review and bounded repair of a concrete Git change scope. Implicitly use only to assess uncommitted changes, a branch or diff, a local ref range, or a PR for material defects, regressions, test gaps protecting changed behavior, or merge readiness. Do not implicitly use for document or generated-output review, output diagnosis, general skill, plugin, or repository analysis, architecture exploration, or planning-only work.",
"developerName": "Cove",
"category": "Productivity",
"capabilities": [
"Read",
"Write"
],
"defaultPrompt": [
"Use $material-code-review to review the current uncommitted changes for material issues only. Show all kept and discarded candidates, then stop at Gate A.",
"Use $material-code-review on the current branch. Require both user gates and repair only findings and paths approved at Gate B."
]
}
}{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "material-code-review",
"displayName": "Material Code Review",
"version": "1.7.0",
"description": "Evidence-gated review and bounded repair of a concrete Git change scope. Implicitly use only to assess uncommitted changes, a branch or diff, a local ref range, or a PR for material defects, regressions, test gaps protecting changed behavior, or merge readiness. Do not implicitly use for document or generated-output review, output diagnosis, general skill, plugin, or repository analysis, architecture exploration, or planning-only work.",
"author": {
"name": "Cove"
},
"license": "MIT",
"keywords": [
"code-review",
"review",
"quality",
"workflow",
"ai-agents",
"repair"
]
}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.
[material-code-review on Agent Plugins Marketplace](https://pluginsmp.com/plugins/material-code-review)