The pre-commit reminder suggesting /verify, /simplify or code review no longer needs a top-level gate to pass.
The pre-commit reminder suggesting /verify, /simplify, or code review no longer requires a top-level gate check to pass first. Previously the rendering function returned early unless a gate function returned true; now the suggestion runs whenever the other conditions are met, namely a truthy value and at least one of verify, simplify, or code review being applicable.
The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.
| `/code-review [low\|medium\|high\|xhigh\|max\|ultra] [--fix] [--comment] [pr#\|branch\|path]` | **[Skill](/docs/en/skills#bundled-skills).** Review the current diff, or a PR number, branch, or path you pass, for correctness bugs. Dependi…commands see the edit
Anthropic's documentation has since written up /simplify, on Commands.