sync: update agent workflows and configs

This commit is contained in:
ken
2026-02-16 12:55:04 +08:00
parent e10747feac
commit ca828a6c7f
3 changed files with 43 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
---
description: 启动代码审计专家 (@code-spec) 对指定代码进行审查
---
## 使用方式
输入 `/review` 启动代码审查。建议附带具体的审计目标。
## 工作流程
1. **上下文准备**:
- 确定审计范围(全量或指定文件)
- 加载技术栈 Skill 和 业务 Skill 的验收标准
2. **执行审查**:
- 调用 `@code-spec`
- 注入: "请根据当前技术栈 (UmiJS/ProComponents) 和业务规则进行严格审计"
3. **输出报告**:
- 输出 P0/P1 问题列表
- 提出修复建议