← All plugins
comprehensive-review
v1.3.1Multi-perspective code analysis covering architecture, security, and best practices
CodexClaude Code
by Seth HobsonMIT38.6kupdated 4 days ago
Source
git clone https://github.com/wshobson/agentsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/comprehensive-review/ inside the repository.
Layout
plugins/comprehensive-review/
├── .codex-plugin/plugin.json└── .claude-plugin/plugin.json
Manifests2
plugins/comprehensive-review/.codex-plugin/plugin.json
{
"name": "comprehensive-review",
"version": "1.3.1",
"description": "Multi-perspective code analysis covering architecture, security, and best practices",
"skills": "./skills/",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT",
"interface": {
"displayName": "Comprehensive Review",
"shortDescription": "Multi-perspective code analysis covering architecture, security, and best practices",
"category": "Coding"
}
}plugins/comprehensive-review/.claude-plugin/plugin.json
{
"name": "comprehensive-review",
"version": "1.3.1",
"description": "Multi-perspective code analysis covering architecture, security, and best practices",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}