From claude-plugin-hello
Reviews a code snippet or file and gives concise feedback on bugs, style, and improvements. Trigger with /review or "review this code".
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-plugin-hello:code-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When invoked, review the provided code and give concise, actionable feedback.
When invoked, review the provided code and give concise, actionable feedback.
/reviewKeep feedback short and direct. No praise padding.
User: /review
function add(a,b){ return a+b }
Claude:
npx claudepluginhub moshfeu/claude-plugin-hello --plugin claude-plugin-helloReviews code for quality, correctness, and best practices. Useful when requesting code review or feedback on implementations.
Performs brutally honest code reviews identifying code smells, anti-patterns, and issues with severity ratings, then refactors proportionally using edit tools. For 'wtf is this' or refactor requests.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.