review-craft
v0.7.2Evidence-driven engineering review, validation, remediation planning, and quality governance for real codebases.
By bigKING67License: MIT0 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 22, 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 review-craft for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add review-craft@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. 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/bigKING67/review-craftClone 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└── skills/review-craft/SKILL.md
Included Skills1
全仓或高保障工程审查,要求覆盖与证据;经明确授权可做 canonical 整改。小型 diff 用宿主原生 review;不用于随意评分、视觉 UI 评审或深度漏洞验证。
Plugin manifests1
{
"name": "review-craft",
"version": "0.7.2",
"description": "Evidence-driven engineering review, validation, remediation planning, and quality governance for real codebases.",
"author": {
"name": "bigKING67",
"url": "https://github.com/bigKING67"
},
"homepage": "https://github.com/bigKING67/review-craft#readme",
"repository": "https://github.com/bigKING67/review-craft",
"license": "MIT",
"keywords": [
"engineering-review",
"architecture",
"maintainability",
"performance",
"repository-governance",
"agent-skill"
],
"skills": "./skills/",
"interface": {
"displayName": "Review Craft",
"shortDescription": "Evidence-driven repository engineering review",
"longDescription": "Review Craft accounts for repository coverage, validates engineering findings, separates severity from priority, content-binds explicitly authorized remediation verification, and can attest post-commit push and CI delivery evidence.",
"developerName": "bigKING67",
"category": "Productivity",
"capabilities": [
"Interactive",
"Read"
],
"websiteURL": "https://github.com/bigKING67/review-craft",
"defaultPrompt": [
"Run an evidence-driven engineering review of this repository.",
"Review this codebase and produce validated remediation decisions.",
"Identify what to fix, delete, measure, defer, or keep.",
"Verify the explicitly selected Review Craft findings after remediation.",
"Create a Review Craft delivery attestation for a verified fix after commit, push, and CI."
],
"brandColor": "#1F2937"
}
}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.
[review-craft on Agent Plugins Marketplace](https://pluginsmp.com/plugins/review-craft)