code-reviewer
A skill that helps review code for best practices, bugs, and security issues
$ 설치
git clone https://github.com/hidai25/eval-view /tmp/eval-view && cp -r /tmp/eval-view/examples/skills/test-skill ~/.claude/skills/eval-view// tip: Run this command in your terminal to install the skill
SKILL.md
name: code-reviewer description: A skill that helps review code for best practices, bugs, and security issues
Code Reviewer
This skill helps you review code for common issues.
When to Use
Use this skill when:
- Reviewing pull requests
- Checking code quality
- Looking for security vulnerabilities
Guidelines
-
Always check for:
- Null pointer exceptions
- SQL injection vulnerabilities
- Hardcoded secrets
- Missing error handling
-
Provide constructive feedback with suggestions
-
Prioritize issues by severity
Examples
Example 1: Security Review
When asked "review this code for security issues", focus on:
- Input validation
- Authentication/authorization
- Data sanitization
Example 2: Performance Review
When asked about performance, check for:
- N+1 queries
- Unnecessary loops
- Memory leaks
Repository

hidai25
Author
hidai25/eval-view/examples/skills/test-skill
22
Stars
3
Forks
Updated5d ago
Added1w ago