Code Review Helper

gemini 0 companion files
Download ZIP ← Back

SKILL.md

# Code Review Helper Skill

## Description
Automated code review assistant that checks for common issues, style violations, and potential bugs.

## Instructions

When the user asks for a code review:

1. **Read the code** - Use Read tool to access the files
2. **Check for common issues:**
   - Unused variables
   - Missing error handling
   - Security vulnerabilities
   - Performance bottlenecks
3. **Provide structured feedback** with severity levels
4. **Suggest improvements** with code examples

## Usage Examples

**Basic review:**
```
Review the code in src/api/users.ts
```

**Focused review:**
```
Check src/auth.ts for security issues
```

## Output Format

Always structure feedback as:
- **Critical**: Must fix before merge
- **Warning**: Should address soon
- **Suggestion**: Nice to have improvements

No companion files

Add companion files to enhance this skill

Danger Zone

Deleting this skill will remove all associated files. This action cannot be undone.

Created
10/24/2025, 1:20:16 PM
Last Updated
10/24/2025, 1:20:16 PM
🆔 Skill ID
skill-gemini-code-review