Help us improve
Share bugs, ideas, or general feedback.
From skills
Reviews code for security vulnerabilities, correctness bugs, performance issues, and production reliability concerns. Outputs prioritized findings with severity levels.
npx claudepluginhub kriscard/skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/skills:reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Security, correctness, and production reliability — in that priority order.
Conducts thorough code reviews covering security, correctness, performance, maintainability, and testing. Includes automated checks and common vulnerability patterns.
Conducts code reviews assessing quality, best practices, security vulnerabilities, performance, error handling, and test coverage. Outputs categorized issues with recommendations and severity ratings.
Performs structured code reviews assessing security vulnerabilities, performance issues, maintainability, and best practices with prioritized critical issues and suggestions. For PRs and code feedback.
Share bugs, ideas, or general feedback.
Security, correctness, and production reliability — in that priority order.
Security (block on any of these):
Correctness:
Performance:
Tests:
## Summary
[1-sentence overall assessment]
Issues: N critical · N high · N medium · N low
## 🔴 Critical (block)
1. `file:line` — [issue]
**Problem:** ...
**Fix:** ...
## 🟠 High (should fix)
...
## 🟡 Medium (suggestions)
...
## ✅ What's good
...
## Verdict
[Approve / Request Changes / Block]
| Priority | Load when | Reference |
|---|---|---|
| 1 — High | Reviewing UI code, component APIs, accessibility, or web interface patterns | references/web-interface-guidelines.md |