From skillz
Perform a structured code review covering security, performance, correctness, and readability. Use when asked to review code, check a PR, or audit a file. For deeper security-focused analysis, see `vuln-research` instead.
How this skill is triggered — by the user, by Claude, or both
Slash command
/skillz:code-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Perform a thorough code review of the specified code. Structure your review as follows:
Perform a thorough code review of the specified code. Structure your review as follows:
For each issue found, report:
path/to/file.py:42End with a summary: total issues by severity, and an overall assessment (approve, approve with suggestions, or request changes).
vuln-research — for deeper security-focused analysis beyond standard code reviewcommit-message — after review, generate conventional-commit messages for fixesnpx claudepluginhub zmackie/skillz --plugin skillzGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.