16 lines
426 B
Markdown
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.
|