review
v2.2.4PR review, interactive git diff annotation review, and writing style guide
By UmputunLicense: MIT469 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 8, 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 review for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install review-2@agent-plugin-marketplacePaste 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/umputun/cc-thingzClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/review/.
Plugin files
├── .claude-plugin/plugin.json├── skills/git-review/SKILL.md├── skills/pr/SKILL.md└── skills/writing-style/SKILL.md
Included Skills3
Interactive git diff annotation review. Generates a cleaned-up diff, opens in editor for user annotations, and addresses feedback in a loop. Activates on "git review", "review changes", "review my changes", "annotate changes", "interactive review".
Comprehensive PR/issue review - analyzes architecture, tests, identifies unrelated changes mixed in, drafts review comment or issue comment. Use when user asks to review a PR, check a PR, look at PR changes, or comment on an issue.
Use for technical communication - GitHub/GitLab tickets, PR/MR descriptions, issue comments, code review comments, commit messages. Direct, brief style with no AI-speak. NOT for README.md, public docs, or blog posts.
Plugin manifests1
{
"name": "review",
"description": "PR review, interactive git diff annotation review, and writing style guide",
"version": "2.2.4",
"author": {
"name": "Umputun"
},
"homepage": "https://github.com/umputun/cc-thingz",
"repository": "https://github.com/umputun/cc-thingz",
"license": "MIT"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[review on Agent Plugins Marketplace](https://pluginsmp.com/plugins/review-2)