plugins marketplace
← All plugins

code-review

v1.0.0

Perform a comprehensive code review of recent changes

Claude Code

by Anand Tyagi1.9kupdated 2 weeks ago

Source

git clone https://github.com/composio-community/awesome-claude-plugins

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is code-review/ inside the repository.

Layout

code-review/
└── .claude-plugin/plugin.json

Manifests1

code-review/.claude-plugin/plugin.json
{
  "name": "code-review",
  "description": "Perform a comprehensive code review of recent changes",
  "version": "1.0.0",
  "author": {
    "name": " Anand Tyagi",
    "url": "https://github.com/ananddtyagi"
  },
  "homepage": "https://github.com/ccplugins/awesome-claude-code-plugins/tree/main/plugins/code-review"
}