Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:24:27 +08:00
commit bc466f2f39
24 changed files with 5371 additions and 0 deletions

15
commands/review.md Normal file
View File

@@ -0,0 +1,15 @@
---
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.