slash commands / reference
COMMAND REFERENCE▌
Slash commands for every AI coding tool — Claude Code, Cursor, Codex CLI, Gemini CLI, and OpenCode. Find the right command for your workflow. 6 commands indexed.
/code-review
code-review
Review the current diff for correctness bugs and for reuse, simplification, and efficiency cleanups. Pass --fix to apply findings, --comment to post as GitHub PR comments, or ultra for a deep cloud review.
/diff
code-review
Open an interactive diff viewer showing uncommitted changes and per-turn diffs. Navigate with arrow keys between the git diff and individual Claude turns.
/security-review
code-review
Analyze pending branch for security vulnerabilities — injection, auth issues, data exposure, and other OWASP risks.
/simplify
code-review
Review changed code for cleanup opportunities and apply the fixes. Four review agents run in parallel covering reuse, simplification, efficiency, and abstraction level.
/diff
code-review
Show the Git diff including files Git isn't tracking yet. Review Codex's edits before committing or running tests.
/review
code-review
Ask Codex to review your working tree — summarizes issues, focusing on behavior changes and missing tests.