Initial commit
This commit is contained in:
24
commands/r.md
Normal file
24
commands/r.md
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
description: "[Express] Review PR - alias for /review-pr"
|
||||
allowed-tools: Read, Glob, Grep, Task
|
||||
---
|
||||
|
||||
# Express Review (/r)
|
||||
|
||||
Quick alias for PR/code review. Uses the same functionality as `/review-pr`.
|
||||
|
||||
## Usage
|
||||
- `/r` - Review current changes
|
||||
- `/r <pr-number>` - Review specific PR
|
||||
- `/r <file-path>` - Review specific file
|
||||
|
||||
$ARGUMENTS
|
||||
|
||||
Review the code thoroughly for:
|
||||
1. Logic errors and bugs
|
||||
2. Security vulnerabilities
|
||||
3. Performance issues
|
||||
4. Code style and best practices
|
||||
5. Test coverage gaps
|
||||
|
||||
Provide actionable feedback with specific line references.
|
||||
Reference in New Issue
Block a user