Code Review Plugin adds a structured, multi-pass code review workflow to Claude Code that catches what quick skims miss. Rather than asking Claude to 'review this code' and getting a generic response, the plugin runs a configurable review pipeline: a security vulnerability scan, a performance analysis pass, a readability check, and a test coverage assessment — each producing structured, actionable output. It also ships with a PR description generator that writes clear, informative pull request summaries and inline comment templates that your team will actually appreciate. Built for teams with code quality standards, or solo developers who want a rigorous second opinion before shipping.
⚡ Amp Code Review — 3 issues found [Critical] Line 47: Unhandled promise rejection — async call has no catch block. Add .catch() or wrap in try/catch. [Warning] Line 23: N+1 query pattern detected inside loop. Consider batching or caching. [Suggestion] Function name "handleData" is too generic — rename to reflect what data and what handling.