Source Intelligence
Sweep 28 Aug 2026 · 00:00Z Build v2.1.250 478 read Stable v2.1.236 Latest v2.1.250 Next v2.1.250 Feeds RSS JSON llms.txt

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

Search the documentation

34 pages for /code-review.

Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.

skills Claude Developer Platform · in the page managed-agents/skills …a `SKILL.md` with no skill directory around it * `.claude/skills/tools/code-review/SKILL.md`: nested more than one directory level deep * `skills/code-review/SKILL.md`: a `skills` directory outside `.… Set up Claude Code for your organization Claude Code CLI · in the page admin-setup …ode-on-the-web), [Routines](/docs/en/routines), [Code Review](/docs/en/code-review), [Remote Control](/docs/en/remote-control), and the [Chrome extension](/docs/en/chrome) aren't available through Con… Modifying system prompts Claude Code CLI · in the page agent-sdk/modifying-system-prompts …ecurity and code-quality guidance. Save it as `~/.claude/output-styles/code-reviewer.md` to make it available across projects: ```markdown ~/.claude/output-styles/code-reviewer.md theme={null} --- na… Extend agents with skills Claude Code CLI · in the page agent-sdk/skills …ed skills**: prompt artifacts included with Claude Code, for example `/code-review` * **Your skills**: prompt artifacts that you author, each a directory holding a `SKILL.md` file. A user-invocable sk… Best practices for Claude Code Claude Code CLI · in the page best-practices …result on its own terms. For a correctness check, run the bundled [`/code-review` skill](/docs/en/commands), which reviews the current diff for bugs in a fresh subagent and returns findings to the s… Claude Code changelog Claude Code CLI · in the page changelog …s at startup, and after a login token expired while idle * Changed `/code-review` so Claude can also start it on its own on Bedrock, Vertex AI, and Foundry, through the Claude apps gateway, and when… Checkpointing Claude Code CLI · in the page checkpointing …ed skill that runs in the background, the default, and a background [`/code-review --fix`](/docs/en/code-review) run. ### External changes not tracked Checkpointing only tracks files that have been… Use Claude Code on the web Claude Code CLI · in the page claude-code-on-the-web …th an authentication error. The same applies to [Code Review](/docs/en/code-review) and to [routines](/docs/en/routines) that run on Anthropic-hosted environments; a routine routed to a self-hosted en… Scan your codebase for vulnerabilities Claude Code CLI · in the page claude-security …mands) runs a single pass over your branch, and [Code Review](/docs/en/code-review) reviews pull requests. For how the layers stack, see [How the plugin fits with other security tools](#how-the-plugin… Code Review Claude Code CLI · in the page code-review …u can still [review a diff locally](#review-a-diff-locally) with the `/code-review` command. </Note> Code Review analyzes your GitHub pull requests and posts findings as inline comments on the lines… Commands Claude Code CLI · in the page commands …approaches relate. **Before you ship.** `/diff` shows what changed. `/code-review` checks the current diff for correctness bugs and cleanups and can apply the findings with `--fix`; pass a PR number,… Error reference Claude Code CLI · in the page errors …ceeds the size limits for an [ultrareview](/docs/en/ultrareview), so `/code-review ultra` and the `claude ultrareview` subcommand refuse the review before the cloud session starts. A refused review do… Feature availability Claude Code CLI · in the page feature-availability …edule`) * [Ultrareview](/docs/en/ultrareview) * [Code Review](/docs/en/code-review): Team and Enterprise plans * [Remote Control](/docs/en/remote-control) * [Chrome extension](/docs/en/chrome) * [Comp… Extend Claude Code Claude Code CLI · in the page features-overview …loy`). Claude Code includes [bundled skills](/docs/en/commands) like `/code-review`, `/batch`, and `/debug` that work out of the box. You can also create your own. **When:** Depends on the skill'… Claude Code GitHub Actions Claude Code CLI · in the page github-actions …r repository. For the related products, see: * [Code Review](/docs/en/code-review): automatic review on every pull request, without writing a workflow * [Claude Code on the web](/docs/en/claude-code-… Claude Code with GitHub Enterprise Server Claude Code CLI · in the page github-enterprise-server …n the web](/docs/en/claude-code-on-the-web) and [Code Review](/docs/en/code-review). To run Claude in your own CI infrastructure, see [GitHub Actions](/docs/en/github-actions). ## What works with Git… Glossary Claude Code CLI · in the page glossary …Prompt-based playbooks included with Claude Code, such as `/batch`, `/code-review`, `/debug`, and `/loop`. Unlike built-in commands, which execute fixed logic, bundled skills give Claude a detailed p… Enterprise network configuration Claude Code CLI · in the page network-config …n-the-web) in Anthropic-hosted environments and [Code Review](/docs/en/code-review) connect to your repositories from Anthropic-managed infrastructure; sessions in a [self-hosted environment](/docs/en… Overview Claude Code CLI · in the page overview …| [GitHub Code Review](/docs/en/code-review) | | Route bug reports from Slack to pull req… Platforms and integrations Claude Code CLI · in the page platforms …| | [Code Review](/docs/en/code-review) | Reviews every PR automatically | Catching bugs before hu… Create and distribute a plugin marketplace Claude Code CLI · in the page plugin-marketplaces …own skills: ```json theme={null} "source": "./", "skills": ["./skills/code-review", "./skills/docs"] ``` With a marketplace-root `source`, the listed paths are the complete set for that entry, and o… Prompt library Claude Code CLI · in the page prompt-library …slots: { pr: '247' }, needs: 'gh', nextHref: '/en/code-review', src: 'workflows' }, { id: 'review-infrastructure-changes-before', sdlc: 'build', cat: 'Review',… Catch security issues as Claude writes code Claude Code CLI · in the page security-guidance …ber. The plugin is the in-session companion to [Code Review](/docs/en/code-review), which runs on pull requests. This plugin reduces what reaches the PR. Code Review catches what does. For how the pl… Self-hosted environments Claude Code CLI · in the page self-hosted-environments …[Claude Security](/docs/en/claude-security) and [Code Review](/docs/en/code-review) sessions don't route to them yet. Support for those two surfaces follows separately. * **Repositories**: sessions ch… Extend Claude with skills Claude Code CLI · in the page skills …ds like `/help` and `/compact`, and bundled skills like `/debug` and `/code-review`, see the [commands reference](/docs/en/commands). **Custom commands have been merged into skills.** A file at `.c… Create custom subagents Claude Code CLI · in the page sub-agents …'t watch these directories at all. </Note> ```markdown .claude/agents/code-reviewer.md theme={null} --- name: code-reviewer description: Reviews code for quality and best practices tools: Read, Glob,… Find bugs with ultrareview Claude Code CLI · in the page ultrareview …ultrareview > Run a deep, multi-agent code review in the cloud with /code-review ultra to find and verify bugs before you merge. <Note> Ultrareview is a research preview feature. The feature, pri… Week 21 · May 18–22, 2026 Claude Code CLI · in the page whats-new/2026-w21 …rvers drive your plan limits in /usage, and review diffs with the new /code-review command. <div className="digest-meta"> <span>Releases <a href="/docs/docs/en/changelog#2-1-143">v2.1.143 → v2.1.14… Week 26 · June 22–26, 2026 Claude Code CLI · in the page whats-new/2026-w26 …div> <div>`/review <pr>` now uses the same review engine as <code>/code-review medium</code></div> <div>Bash mode <code>!</code> commands get live file path autocomplete</div> </div> </div>… Week 28 · July 6–10, 2026 Claude Code CLI · in the page whats-new/2026-w28 …ranscript approvals from being acted on</div> <div>Improved <code>/code-review</code> findings quality on Opus 4.8 across all effort levels</div> </div> </div> [Full changelog for v2.1.202–v2.1… Week 30 · July 20–24, 2026 Claude Code CLI · in the page whats-new/2026-w30 …<div className="digest-wins-grid"> <div><a href="/docs/docs/en/code-review#review-a-diff-locally"><code>/code-review</code></a> now runs as a background subagent with its own context window, s… Week 32 · August 3–7, 2026 Claude Code CLI · in the page whats-new/2026-w32 …<div><code>/review</code> is now an alias of <a href="/docs/docs/en/code-review#review-a-diff-locally"><code>/code-review</code></a>, and <code>/code-review</code> with no effort level reuses the l… Week 33 · August 10–14, 2026 Claude Code CLI · in the page whats-new/2026-w33 …TOOLS=1</code> to re-enable them</div> <div><a href="/docs/docs/en/code-review#review-a-diff-locally"><code>/code-review</code></a> at high, xhigh, and max effort now runs in a background agent li… What's new Claude Code CLI · in the page whats-new/index …d turns the findings you pick into patches you apply yourself; and **`/code-review`** runs as a background subagent. [Read the Week 30 digest →](/docs/en/whats-new/2026-w30) </Update> <Update labe…