code-review-assistant
Installation
SKILL.md
Code Review Assistant
Perform structured code reviews using checklists and automated analysis tools.
Review Workflow
- Gather context - Understand the scope of changes
- Run automated analysis - Execute scripts for metrics and security scans
- Apply checklists - Review using category-specific checklists
- Synthesize findings - Compile issues with severity and recommendations
Quick Start
For a standard code review:
# 1. View changes
git diff HEAD~1