Files
gh-dustywalker-claude-code-…/commands/review.md
2025-11-29 18:24:27 +08:00

16 lines
426 B
Markdown

---
description: Comprehensive code review for quality, security, and best practices
allowed-tools: Read(*), Grep(*), Glob(*)
---
Have the code-reviewer agent perform a comprehensive review of $ARGUMENTS.
Focus on:
1. Code quality and maintainability
2. Security vulnerabilities
3. Best practices and conventions
4. Test coverage
5. Performance implications
Provide specific, actionable recommendations with code examples.