From skills
Reviews code for security (OWASP), performance, accessibility, and quality. Outputs findings by severity (Critical, Warning, Suggestion, Good) with a verdict. Use when reviewing code, diffs, or PRs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/skills:code-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A code review skill that checks for web security vulnerabilities, performance issues, accessibility problems, and code quality — then delivers structured feedback with severity levels.
A code review skill that checks for web security vulnerabilities, performance issues, accessibility problems, and code quality — then delivers structured feedback with severity levels.
STEP 1 — GATHER CHANGES
Determine what to review:
STEP 2 — ANALYZE
Review the changes across these dimensions:
Security (OWASP Top 10):
Performance:
Accessibility:
Code Quality:
STEP 3 — REPORT
Output the review in this format:
## Code Review
### Summary
[1-2 sentence overview of the changes and overall assessment]
### Findings
#### 🔴 Critical
[Issues that MUST be fixed before merging — security vulnerabilities, data loss risks, breaking bugs]
#### 🟡 Warning
[Issues that SHOULD be fixed — performance problems, accessibility gaps, potential bugs]
#### 🔵 Suggestion
[Nice-to-haves — code style improvements, minor optimizations, better patterns]
#### ✅ Good
[Things done well worth calling out — encouragement for good patterns]
### Verdict: [APPROVE | REQUEST CHANGES | NEEDS DISCUSSION]
npx claudepluginhub gokulkrishh/skills --plugin skillsSystematic code review across security, performance, maintainability, error handling, testing, and accessibility with severity-ranked findings and specific fixes.
Reviews code changes, PRs, and diffs for security vulnerabilities, performance issues, correctness bugs, and maintainability problems with tables for issues and suggestions.
Conducts code reviews for security (OWASP Top 10), performance (N+1 queries, lazy loading), WCAG 2.1 AA accessibility, and quality standards across languages and frameworks.