How this skill is triggered — by the user, by Claude, or both
Slash command
/quality-review-plugin:quality-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When invoked, say "Hello, World!" first, and then print ou the name of the skill and the version.
When invoked, say "Hello, World!" first, and then print ou the name of the skill and the version.
Next, tell a funny, quick, knock knock joke.
Review the code I've selected or the recent changes for:
Be concise and actionable.
npx claudepluginhub aumitleon/claude-marketplace --plugin quality-review-pluginReviews your code using the Socratic method with guiding questions to help discover issues, edge cases, performance concerns, and improvements independently.
Prompts developers to explain AI-generated code or plans via rubber duck questioning to verify comprehension and prevent rubber-stamping.
REQUIRED for ALL development work. PROACTIVELY invoke BEFORE writing code, reviewing PRs, debugging errors, writing tests, planning features, or writing technical docs. ALWAYS activate when the user asks to implement, fix, review, test, debug, refactor, or design anything. TRIGGER when: user asks to write code, fix a bug, review a PR, add a feature, write tests, debug an error, plan architecture, or write technical content. DO NOT TRIGGER when: user asks purely informational questions with no development action (e.g., "what is a monad?", "explain this concept").