SKILL更新

This commit is contained in:
tianfeng 2026-05-27 11:08:40 +08:00
parent 8448668bb3
commit 73b81a040f

View File

@ -9,12 +9,13 @@ description: Likei Services 项目开发 Skill。接到任何功能需求、Bug
```
1. 读文件 → 理解现有结构和上下文
2. 编码 → 按规范写代码
3. git add → 暂存变更(指定文件,禁止 git add .
4. git commit → 提交(默认不 push除非用户明确要求
5. git show → diff review逐文件检查
6. 发现问题? → 修复 → 追加 commit → 再次 review
7. 无问题 → 输出汇总,询问是否 push
2. 设计方案 → 列出改动文件、核心思路,询问用户是否同意,等待确认后再继续
3. 编码 → 按规范写代码
4. git add → 暂存变更(指定文件,禁止 git add .
5. git commit → 提交(默认不 push除非用户明确要求
6. git show → diff review逐文件检查
7. 发现问题? → 修复 → 追加 commit → 再次 review
8. 无问题 → 输出汇总,询问是否 push
```
**循环终止条件**git diff review 所有文件均无逻辑漏洞、无原逻辑改动、无字段错误、无 NPE 风险。