From skills
Review the pending changes on the current branch (or a specified PR) for correctness, security, tests, and clarity.
How this command is triggered — by the user, by Claude, or both
Slash command
/skills:code-review [PR number or URL — optional]The summary Claude sees in its command listing — used to decide when to auto-load this command
Invoke the `code-review` skill on the target inferred from `$ARGUMENTS`. - If `$ARGUMENTS` contains a PR number or URL, review that PR. - Otherwise, review the current branch's diff against the merge-base with the default branch. - If neither applies (no diff, no argument), ask the user what to review before doing anything else. Follow the skill's instructions exactly: severity-grouped findings (Blocker / Should fix / Nit / Question), each with `path:line`, ending in a one-paragraph summary.
Invoke the code-review skill on the target inferred from $ARGUMENTS.
$ARGUMENTS contains a PR number or URL, review that PR.Follow the skill's instructions exactly: severity-grouped findings (Blocker / Should fix / Nit / Question), each with path:line, ending in a one-paragraph summary.
npx claudepluginhub adamziel/skills --plugin skills/code-reviewReviews local uncommitted changes or GitHub pull requests for security, code quality, and best practices. Also supports PR review mode with full file context.
/code-reviewPerforms automated multi-agent code review on current GitHub pull request: audits CLAUDE.md, bugs, git history, prior PRs, code comments; scores issue confidence.
/code-reviewReviews source files changed during a phase for bugs, security issues, and code quality problems. Produces a REVIEW.md artifact with severity-classified findings at configurable depth (quick, standard, deep). Also supports --fix to auto-apply fixes.
/code-reviewReviews uncommitted changes for security vulnerabilities, code quality issues, and best practices using git diff. Generates report with severity levels, locations, descriptions, fixes; blocks commits on critical/high issues.
/code-reviewPerforms comprehensive code quality review of repository structure, code, security, performance, architecture, testing, and documentation. Produces prioritized issues and actionable recommendations with examples.
/code-reviewPerforms comprehensive code quality review of repository structure, code, security, performance, architecture, testing, and documentation. Produces prioritized issues and actionable recommendations with examples.