Code Reviewer
Review code for best practices, security, performance, and potential issues. Use when reviewing code, checking pull requests, analysing code quality, or when asked to critique implementation.
$ Instalar
git clone https://github.com/channingwalton/dotfiles /tmp/dotfiles && cp -r /tmp/dotfiles/.claude/skills/code-reviewer ~/.claude/skills/dotfiles// tip: Run this command in your terminal to install the skill
SKILL.md
name: Code Reviewer description: Review code for best practices, security, performance, and potential issues. Use when reviewing code, checking pull requests, analysing code quality, or when asked to critique implementation.
Code Reviewer
This skill invokes the code-reviewer agent for autonomous code review.
Quick Reference
Invoke: /code-reviewer [target]
Targets:
- File path(s)
- Git diff/PR reference
- Directory to scan
Output Severity Levels
- 🔴 CRITICAL: Must fix before merge
- 🟡 WARNING: Should address
- ℹ️ SUGGESTION: Nice to have
Checklist Categories
See references/checklist.md for full criteria:
- Code Organisation & Structure
- Functional Programming
- Error Handling
- Performance
- Security
- Test Coverage
- Date/Time Handling
- Bug Discovery (bugmagnet)
Agent Behaviour
The code-reviewer agent:
- Determines review scope
- Reads target files
- Searches for patterns (Grep/Glob)
- Applies checklist criteria
- Runs bugmagnet for test gaps
- Returns structured findings report
Runs autonomously without user interaction.
Repository

channingwalton
Author
channingwalton/dotfiles/.claude/skills/code-reviewer
3
Stars
0
Forks
Updated4d ago
Added1w ago