From code-quality-plugin
Provides structured checklist for code reviews prioritizing security, correctness, performance, quality, and style. Covers secrets, injections, logic errors, inefficiencies, and maintainability.
How this skill is triggered — by the user, by Claude, or both
Slash command
/code-quality-plugin:code-review-checklistopusThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Structured approach to reviewing code changes.
Structured approach to reviewing code changes.
## Review: [PR Title]
**Risk Level**: LOW | MEDIUM | HIGH | CRITICAL
### Critical Issues
1. [Category] Description (file:line)
- Impact: What could go wrong
- Fix: Specific recommendation
### Suggestions
1. [Category] Description (file:line)
- Why: Reasoning
- Consider: Alternative approach
### Positive Notes
- [Recognition of good patterns]
For fast reviews, at minimum check:
npx claudepluginhub laurigates/claude-plugins --plugin code-quality-pluginProvides code review checklists for quality, security (OWASP Top 10), error handling, performance, and testing with severity-ranked output. Use when reviewing PRs or before commits.
Provides checklists to review code for functionality, quality, security, performance, tests, and maintainability. Use for PRs, audits, team standards, and developer training.
Systematic checklist for code reviews covering functionality, code quality, security, performance, and tests. Use when reviewing pull requests or conducting code audits.