From code-review
Review code for bugs, security issues, performance problems, and readability improvements. Use when you need a code review on a file or directory.
How this skill is triggered — by the user, by Claude, or both
Slash command
/code-review:reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review code for bugs, security issues, performance problems, and readability improvements.
Review code for bugs, security issues, performance problems, and readability improvements.
/review [file or directory]
When the user invokes /review, perform a thorough code review of the specified file, directory, or the most recently edited files if no target is given.
Analyze the code across these dimensions and report findings grouped by category:
For each finding, report:
src/auth.ts:42)git diff --name-only and git diff --cached --name-only).npx claudepluginhub shouenlee/ghcp-dev-plugin --plugin code-reviewPerforms a structured 5-pass code review across correctness, security, performance, readability, and consistency. Invoke via /review on files, directories, or git diffs.
Reviews code for best practices, security issues, bugs, error handling, performance, and testing coverage using Read, Grep, Glob tools. Use for PRs, code changes, quality analysis, security audits.
Conducts code reviews checking quality, security (OWASP Top 10), maintainability, and performance using tools like code_outline, code_search, and grep.