Agent Plugins Marketplace
← All plugins

code-review

v1.9.0

Dual-host, evidence-based code review for Claude Code and Codex: inspect uncommitted changes or a GitHub pull request, read its description and threads, report evidence-backed findings by severity, and only when requested apply approved fixes and resolve addressed threads. Exact Claude, GPT-5.6, and GPT-6 Astra/Sol/Luna reviewer profiles share one contract with a conservative generic fallback.

CodexClaude Code1 Skill

By TemMax5 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex and 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 code-review for Codex and Claude Code

Installs for the current user
codex plugin marketplace add TemMax/agent-skills
codex plugin marketplace upgrade temmax
codex plugin add code-review@temmax

Paste and run these commands in a terminal with Codex. They add and refresh the temmax catalog, then install this plugin.

Compatibility: the page URL and API slug “code-review-10” remain stable.

  • Codex: code-review-10@agent-plugin-marketplace → code-review@temmax

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/TemMax/agent-skills

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

Plugin files

plugins/code-review/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/critical-review/SKILL.md

Included Skills1

critical-reviewskills/critical-review/SKILL.md

Use when the user requests evidence-based review of uncommitted changes or a GitHub pull request, with optional follow-up fixes and thread resolution. Do not use as an orchestration-wave supervisor.

Plugin manifests2

plugins/code-review/.codex-plugin/plugin.json
{
  "name": "code-review",
  "version": "1.9.0",
  "description": "Dual-host, evidence-based code review for Claude Code and Codex: inspect uncommitted changes or a GitHub pull request, read its description and threads, report evidence-backed findings by severity, and only when requested apply approved fixes and resolve addressed threads. Exact Claude, GPT-5.6, and GPT-6 Astra/Sol/Luna reviewer profiles share one contract with a conservative generic fallback.",
  "author": {
    "name": "TemMax",
    "url": "https://github.com/TemMax"
  },
  "repository": "https://github.com/TemMax/agent-skills",
  "keywords": [
    "code-review",
    "pull-request",
    "review",
    "critical-review",
    "quality"
  ],
  "skills": "./skills/",
  "hooks": "./hooks/hooks.json"
}
plugins/code-review/.claude-plugin/plugin.json
{
  "name": "code-review",
  "displayName": "Code Review Skills",
  "version": "1.9.0",
  "description": "Dual-host, evidence-based code review for Claude Code and Codex: inspect uncommitted changes or a GitHub pull request, read its description and threads, report evidence-backed findings by severity, and only when requested apply approved fixes and resolve addressed threads. Exact Claude, GPT-5.6, and GPT-6 Astra/Sol/Luna reviewer profiles share one contract with a conservative generic fallback.",
  "author": {
    "name": "TemMax",
    "url": "https://github.com/TemMax"
  },
  "repository": "https://github.com/TemMax/agent-skills",
  "keywords": [
    "code-review",
    "pull-request",
    "review",
    "critical-review",
    "quality"
  ]
}

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

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