Agent Plugins Marketplace
← All plugins

yellow-review

v3.5.1

One read-only skill: the thermonuclear structural-quality review rubric — code-judo restructurings, spaghetti-condition growth, weak type and module boundaries, misplaced ownership, and evidence-gated file-size threshold crossings (when the requester supplies before/after line counts). Invoke it explicitly by name; it is not applied to ordinary reviews automatically. Reports findings only; never edits the repository. Excludes all of yellow-review's commands, agents, and other skills.

CodexClaude Code3 Skills

By KingInYellowsLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
3 skill or MCP entries
Source updated
Sep 27, 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 yellow-review for Codex and Claude Code

Installs for the current user
codex plugin marketplace add KingInYellows/yellow-plugins
codex plugin marketplace upgrade yellow-plugins
codex plugin add yellow-review@yellow-plugins

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

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

  • Codex: yellow-review@agent-plugin-marketplace → yellow-review@yellow-plugins

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/KingInYellows/yellow-plugins

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

Plugin files

plugins/yellow-review/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/pr-review-workflow/SKILL.md
├── skills/stack-traversal/SKILL.md
└── skills/yellow-thermonuclear-review/SKILL.md

Included Skills3

pr-review-workflowskills/pr-review-workflow/SKILL.md

Internal reference for PR review workflow patterns. Use when agents or commands need shared conventions for adaptive selection, output format, or error handling.

stack-traversalskills/stack-traversal/SKILL.md

Internal reference for the bottom-up Graphite stack-traversal procedure shared by /review:all and /review:resolve-stack. Use when a yellow-review command needs to walk a Graphite stack PR by PR in dependency order.

yellow-thermonuclear-reviewskills/yellow-thermonuclear-review/SKILL.md

Opt-in structural maintainability rubric adapted from Cursor's thermo-nuclear code-quality review. Use only when explicitly asked for a thermonuclear review, a code-judo simplification pass, spaghetti-growth analysis, giant-file review, or an unusually strict architecture-quality audit; never apply it automatically to an ordinary review.

Plugin manifests2

plugins/yellow-review/.codex-plugin/plugin.json
{
  "name": "yellow-review",
  "version": "3.5.1",
  "interface": {
    "displayName": "Yellow Review",
    "category": "Developer Tools"
  },
  "description": "One read-only skill: the thermonuclear structural-quality review rubric — code-judo restructurings, spaghetti-condition growth, weak type and module boundaries, misplaced ownership, and evidence-gated file-size threshold crossings (when the requester supplies before/after line counts). Invoke it explicitly by name; it is not applied to ordinary reviews automatically. Reports findings only; never edits the repository. Excludes all of yellow-review's commands, agents, and other skills.",
  "skills": "./codex/skills"
}
plugins/yellow-review/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "yellow-review",
  "version": "3.5.1",
  "description": "Multi-agent PR review with adaptive agent selection, parallel comment resolution, and sequential stack review. Graphite-native workflow.",
  "author": {
    "name": "KingInYellows",
    "url": "https://github.com/KingInYellows"
  },
  "homepage": "https://github.com/KingInYellows/yellow-plugins#yellow-review",
  "repository": "https://github.com/KingInYellows/yellow-plugins",
  "license": "MIT",
  "keywords": [
    "pr",
    "code-review",
    "graphite"
  ],
  "outputStyles": "./output-styles",
  "hooks": {
    "SessionStart": [
      {
        "matcher": "*",
        "hooks": [
          {
            "type": "command",
            "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/session-start.sh\"",
            "timeout": 3
          }
        ]
      }
    ]
  },
  "dependencies": [
    {
      "name": "yellow-core",
      "version": "*",
      "optional": false,
      "reason": "lib/review-ledger.sh sources cs_redact_secrets from yellow-core/lib/compound-staging.sh; without it the review ledger withholds every model-authored string"
    }
  ]
}

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

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