Initial commit

This commit is contained in:
zhongwei
2025-11-29 09:37:25 +08:00
commit 1e54d8856c
11 changed files with 1616 additions and 0 deletions

10
commands/code-review.md Normal file
View File

@@ -0,0 +1,10 @@
Delegate a comprehensive code review to the code-reviewer agent.
Have the agent review all recent changes in the codebase for:
- Code quality and maintainability
- Security vulnerabilities
- Performance issues
- Best practices adherence
- Test coverage
The agent should provide a structured report with specific, actionable feedback including file paths and line numbers for each issue found.