Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub laurigates/claude-plugins --plugin code-quality-pluginHow 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.
Reviews code for security vulnerabilities, correctness bugs, performance issues, and production reliability concerns. Outputs prioritized findings with severity levels.
Provides a checklist for code reviews covering functionality, security, performance, maintainability, tests, and quality. Use for pull requests, audits, team standards, and developer training.
Provides a systematic checklist for code reviews covering functionality, code quality, security, performance, and tests. Useful when reviewing pull requests, conducting audits, or training developers.
Share bugs, ideas, or general feedback.
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: