Agent Plugins Marketplace
All plugins

code-review

v0.0.17

Automated code quality review with language-aware analysis, pre-commit verification, and multi-specialist deep review

Claude Code4 Skills

By github.com/openshift-eng114 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
4 skill or MCP entries
Source updated
Aug 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 plugin

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-5@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/openshift-eng/ai-helpers

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/
├── .claude-plugin/plugin.json
├── skills/classify-review-comment/SKILL.md
├── skills/deep-review/SKILL.md
├── skills/go-code-review/SKILL.md
└── skills/hypershift-code-review/SKILL.md

Included Skills4

classify-review-commentskills/classify-review-comment/SKILL.md

Classify GitHub PR review comments by severity and topic. Use when the user wants to categorize, analyze, or understand patterns in code review feedback — whether for a single comment, a comment URL, or an entire pull request. Triggers on requests like 'classify this comment', 'categorize PR feedback', 'what kind of review comments does this PR have', or 'break down comments by severity'.

deep-reviewskills/deep-review/SKILL.md

Use when a deeper level of code review is requested. Multi-agent panel code review with specialist reviewers and forced runtime reproducers for all BLOCKING bug findings. Optionally posts to GitHub/GitLab as a PENDING review.

go-code-reviewskills/go-code-review/SKILL.md

Language-specific review guidance for Go code including idiomatic patterns, test conventions, and build commands

hypershift-code-reviewskills/hypershift-code-review/SKILL.md

Project-specific review profile for the openshift/hypershift repository — delegates to the repo's own agents and skills

Plugin manifests1

plugins/code-review/.claude-plugin/plugin.json
{
  "name": "code-review",
  "description": "Automated code quality review with language-aware analysis, pre-commit verification, and multi-specialist deep review",
  "version": "0.0.17",
  "author": {
    "name": "github.com/openshift-eng"
  }
}

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-5)