ai-code-reviewer
Installation
SKILL.md
AI Code Reviewer
Systematically review AI-generated code to catch common mistakes before they hit production.
When to Use
- After AI generates code you plan to use
- Before committing AI-assisted changes
- When AI code "looks right" but you want verification
- Reviewing PRs with significant AI-generated content
The AI Code Review Checklist
1. Correctness Issues (Most Common)
AI often generates code that looks correct but has subtle bugs.
Check for:
Related skills