From skillz
Use to review a code change (PR, diff, or AI-generated edit) before merging. Checks correctness, security, performance, and maintainability in a fixed order, with severity-tagged findings and concrete fixes. Especially useful for reviewing code an AI agent just wrote, where confident-but-wrong output is common.
How this skill is triggered — by the user, by Claude, or both
Slash command
/skillz:ai-code-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Catch defects before they merge. AI-generated code is fluent and often plausible but can be subtly wrong, insecure, or duplicative. This skill applies a consistent review pass — correctness, security, performance, maintainability — and reports findings by severity with actionable fixes rather than vague praise.
Catch defects before they merge. AI-generated code is fluent and often plausible but can be subtly wrong, insecure, or duplicative. This skill applies a consistent review pass — correctness, security, performance, maintainability — and reports findings by severity with actionable fixes rather than vague praise.
Use before merging any change: a pull request, a raw diff, or an edit an AI agent just produced. Use it especially after generating code, before declaring a task complete.
Good: "Blocker — api/users.py:42: SQL built via f-string with request input (injection). Use a parameterized query. Major — N+1 in list_orders (services/orders.py:88); prefetch with a join. Nit — rename d to delta. Recommendation: request-changes."
Bad: "Looks good to me, nicely written, approving."
Provides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.
npx claudepluginhub tanveerriaz/skillz --plugin skillz