Help us improve
Share bugs, ideas, or general feedback.
Reviews code for quality issues by reading files, checking patterns in references/patterns.md, identifying anti-patterns via Grep, and suggesting specific improvements. Use for reviews and refactoring, not new features.
npx claudepluginhub camoa/claude-skills --plugin plugin-creation-toolsHow this skill is triggered — by the user, by Claude, or both
Slash command
/plugin-creation-tools:code-helpersonnetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Provides guidance for code quality improvements.
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.
Reviews code quality, pattern adherence, and architecture with red-team validation. Use when user says "check your code", "code quality review", "is this well-written", or "review code quality". Different from check-your-work which finds bugs.
Performs code reviews on provided snippets or files, checking for bugs, style, security, and improvements. Activates automatically for review-related queries.
Share bugs, ideas, or general feedback.
Provides guidance for code quality improvements.
| Task | Action |
|---|---|
| Review code | Read file, check patterns |
| Find issues | Use Grep for anti-patterns |
| Suggest fixes | Provide specific improvements |
references/patterns.md - Code patterns to check