Agent skill
code-reviewer
A skill that helps review code for best practices, bugs, and security issues
Install this agent skill to your Project
npx add-skill https://github.com/hidai25/eval-view/tree/main/examples/skills/test-skill
SKILL.md
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
procrastination-buster
Beat procrastination with task breakdown, 2-minute starts, and accountability tracking
hello-world
A simple skill that creates a greeting file
code-reviewer
Performs comprehensive code reviews with security, quality, and best practice checks
verl-rl-training
Provides guidance for training LLMs with reinforcement learning using verl (Volcano Engine RL). Use when implementing RLHF, GRPO, PPO, or other RL algorithms for LLM post-training at scale with flexible infrastructure backends.
openrlhf-training
High-performance RLHF framework with Ray+vLLM acceleration. Use for PPO, GRPO, RLOO, DPO training of large models (7B-70B+). Built on Ray, vLLM, ZeRO-3. 2× faster than DeepSpeedChat with distributed architecture and GPU resource sharing.
gguf-quantization
GGUF format and llama.cpp quantization for efficient CPU/GPU inference. Use when deploying models on consumer hardware, Apple Silicon, or when needing flexible quantization from 2-8 bit without GPU requirements.
Didn't find tool you were looking for?