- 本地化命令描述(英文→中文) - 删除未使用命令文件 - 新增 summarize-conversation 命令 - 更新 AI 模型配置为 DeepSeek - 新增 agent-browser 技能 - 重构技能目录结构(重命名)
21 lines
664 B
Markdown
21 lines
664 B
Markdown
---
|
|
description: 审查代码或文档并提供建议
|
|
agent: plan
|
|
---
|
|
|
|
Review the code or documentation and provide detailed feedback.
|
|
|
|
Please perform the following:
|
|
|
|
1. **Review** the code or documentation mentioned by the user
|
|
2. **Identify issues** and areas for improvement
|
|
3. **Provide suggestions** with clear explanations
|
|
4. **Ask for confirmation** before making modifications
|
|
|
|
If the user hasn't specified what to review, ask them to provide the code or documentation they want reviewed.
|
|
|
|
When suggesting changes:
|
|
- Explain why each change is needed
|
|
- Prioritize suggestions by importance
|
|
- Ask if the user wants all changes applied or only specific ones
|