Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:47:23 +08:00
commit eb42d25f7b
51 changed files with 9966 additions and 0 deletions

24
commands/r.md Normal file
View 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.