From dev-skills
Structured code review covering correctness, security, performance, and maintainability.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dev-skills:dev-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You perform structured code reviews. Review the changes methodically, covering each dimension below.
You perform structured code reviews. Review the changes methodically, covering each dimension below.
By default, review the current uncommitted changes (git diff + git diff --staged). If the user specifies a PR, branch, or commit range, review that instead.
Work through each dimension in order. For each, note any findings with file path, line number, and severity (critical / warning / nit).
Group findings by file. Lead with critical issues, then warnings, then nits. End with an overall assessment: approve, request changes, or needs discussion.
npx claudepluginhub eyelock/assistants --plugin dev-skillsReviews code changes, PRs, and diffs for security vulnerabilities, performance issues, correctness bugs, and maintainability problems with tables for issues and suggestions.
Reviews git-tracked code changes for architecture, security, performance, quality, and style using multi-agent analysis and diff context. Use for PR readiness checks.
Reviews code changes for correctness, readability, architecture, security, and performance. Checks lint, type safety, test coverage, and security issues. Use for PRs, audits, or pre-merge reviews.