Agent Plugins Marketplace
All plugins

code-review-cadu

v1.3.1

Code review de PR com veredicto GO/NO-GO por finding sobre o merge e fluxo de backlog para findings diferiveis.

Codex1 Skill

By Carlos AraujoLicense: Apache-2.00 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 21, 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-cadu for Codex

Installs for the current user
codex plugin marketplace add cadugevaerd/codex-skills
codex plugin marketplace upgrade codex-skills
codex plugin add code-review-cadu@codex-skills

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

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

  • Codex: code-review-cadu-2@agent-plugin-marketplacecode-review-cadu@codex-skills

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/cadugevaerd/codex-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-cadu/.

Plugin files

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

Included Skills1

code-review-caduskills/code-review-cadu/SKILL.md

Code review de pull request com veredicto GO/NO-GO por finding sobre o merge — findings GO confirmadas podem ser registradas via backlogctl após seleção explícita do backlog associado. Use quando for revisar uma PR do GitHub e quiser a triagem automática dos findings entre 'bloqueia merge' e 'diferir para o backlog'. Fork personalizado (Cadu) do plugin oficial code-review da Anthropic.

Plugin manifests1

plugins/code-review-cadu/.codex-plugin/plugin.json
{
  "name": "code-review-cadu",
  "version": "1.3.1",
  "description": "Code review de PR com veredicto GO/NO-GO por finding sobre o merge e fluxo de backlog para findings diferiveis.",
  "author": {
    "name": "Carlos Araujo",
    "email": "[email protected]",
    "url": "https://github.com/cadugevaerd"
  },
  "homepage": "https://github.com/cadugevaerd/codex-skills",
  "repository": "https://github.com/cadugevaerd/codex-skills",
  "license": "Apache-2.0",
  "keywords": [
    "code-review",
    "pull-request",
    "go-no-go",
    "backlog",
    "triage",
    "quality"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Code Review Cadu",
    "shortDescription": "PR review paralelo com veredito GO/NO-GO.",
    "longDescription": "Revisa pull requests com revisores/scorers paralelos, consolida todos os bugs reais em uma unica rodada, atribui veredito GO/NO-GO por finding e encaminha itens diferiveis ao backlog somente apos confirmacao.",
    "developerName": "Carlos Araujo",
    "category": "Development",
    "capabilities": [
      "Review",
      "GitHub",
      "Write"
    ],
    "defaultPrompt": [
      "/code-review-cadu 123",
      "/code-review-cadu https://github.com/org/repo/pull/123"
    ]
  }
}

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-cadu on Agent Plugins Marketplace](https://pluginsmp.com/plugins/code-review-cadu-2)