Agent Plugins Marketplace
All plugins

code-review-cadu

v1.3.0

Code review de PR com veredicto GO/NO-GO por finding sobre o merge: NO-GO = merge bloqueado, corrigir nesta PR; GO = merge pode seguir, finding diferível registrado no backlog global (~/.backlog/backlog.json via skill /backlog, após confirmação). Fork do plugin oficial code-review da Anthropic (Apache-2.0).

Claude Code1 Skill

By Carlos Araujo0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 7, 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 Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install code-review-cadu@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. 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/cadugevaerd/claude-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/
├── .claude-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/.claude-plugin/plugin.json
{
  "name": "code-review-cadu",
  "version": "1.3.0",
  "description": "Code review de PR com veredicto GO/NO-GO por finding sobre o merge: NO-GO = merge bloqueado, corrigir nesta PR; GO = merge pode seguir, finding diferível registrado no backlog global (~/.backlog/backlog.json via skill /backlog, após confirmação). Fork do plugin oficial code-review da Anthropic (Apache-2.0).",
  "author": {
    "name": "Carlos Araujo"
  }
}

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)