Review code changes for bugs, security issues, and style.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add valorisa/Claude-Skills --skill templates --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Templates?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/valorisa-templates-claude-skills)More formats (shields.io, HTML) on the badges page.
# Code Reviewer
Review code changes for bugs, security issues, and style.
## Trigger
Use when the user says "review this", "check my code", `/review`, or pastes a code diff.
## Process
1. Read the code or diff provided
2. Check for: bugs, security vulnerabilities, performance issues, readability
3. For each issue found, state: the line, the problem, and a fix
4. End with a one-line summary: "X issues found — N critical, M minor"
## Constraints
- Don't rewrite the entire code. Only flag problems.
- Don't comment on style preferences unless it impacts readability.
- If the code is fine, say so in one sentence. Don't invent issues.
## Output
A numbered list of issues with fixes, sorted by severity (critical first).
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!