Search the documentation
5 pages for --fix.
Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.
Claude Code changelog
Claude Code CLI · in the page
changelog
…ude) and applies the fixes, instead of running the full `/code-review --fix` bug-hunting review * Renamed the `/effort` slider labels from "Speed"/"Intelligence" to "Faster"/"Smarter" for clarity…
Checkpointing
Claude Code CLI · in the page
checkpointing
…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 edited within…
Code Review
Claude Code CLI · in the page
code-review
…nge such as `main...my-feature`. You can also add flags: * `--fix`: applies the findings to your working tree after the review * `--comment`: posts the findings as inline PR comments…
Commands
Claude Code CLI · in the page
commands
…ff for correctness bugs and cleanups and can apply the findings with `--fix`; pass a PR number, such as `/code-review high 1234`, to review a pull request instead. `/review` is an alias. `/code-review…
Hooks reference
Claude Code CLI · in the page
hooks
…mand": "node", "args": ["${CLAUDE_PLUGIN_ROOT}/scripts/format.js", "--fix"] } ``` The equivalent shell form needs quoting to handle paths with spaces or special characters: ```json theme={null} {…