From oh-my-paul
Review changed files for bugs, style issues, and security concerns
How this command is triggered — by the user, by Claude, or both
Slash command
/oh-my-paul:reviewThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
## Context - Changed files: !`git diff --name-only HEAD~1 2>/dev/null || git diff --name-only` - Current diff: !`git diff HEAD` - Recent commits: !`git log --oneline -5` ## Your task Review the changed files listed above. For each issue found, report: ### Format For each issue: Severity levels: - **HIGH** — Bugs, security vulnerabilities, data loss risks - **MEDIUM** — Logic errors, missing error handling, performance issues - **LOW** — Style, naming, minor improvements ### Focus areas 1. **Bugs**: Logic errors, off-by-one, null/undefined access 2. **Security**: Injection, XSS, har...
git diff --name-only HEAD~1 2>/dev/null || git diff --name-onlygit diff HEADgit log --oneline -5Review the changed files listed above. For each issue found, report:
For each issue:
**[severity]** file:line — description
Severity levels:
Start with a summary line:
Review: X files, Y issues (Z high, W medium)
Then list all issues grouped by file. If no issues found, say "No issues found."
Do NOT modify any files. This is a read-only review.
npx claudepluginhub iamslash/oh-my-paul --plugin oh-my-paul/reviewReviews staged changes or recent commits across five axes—correctness, readability, architecture, security, performance—producing categorized findings with file:line references and fixes.
/reviewRuns Codex code review on local git state (working tree or vs base branch). Supports --wait/--background, --base <ref>, --scope auto|working-tree|branch.
/reviewInvokes multiple external AI CLIs (Gemini, Claude, Codex, etc.) to independently review a phase plan and produces a structured REVIEWS.md with per-reviewer feedback.
/reviewRuns an enhanced multi-LLM PR review with inline comments, checking availability of local and API-based providers for cross-model escalation.
/reviewReviews HTML file for design anti-patterns, principles violations, and accessibility issues. Generates markdown report with status tables and recommendations.
/reviewReviews specified code scope via four specialists (quality, security, performance, architecture), producing summary, detailed findings, refactoring suggestions, prioritized action plan.