From 73b81a040f9979de19dfcdf1261206ef56623940 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Wed, 27 May 2026 11:08:40 +0800 Subject: [PATCH] =?UTF-8?q?SKILL=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- likei-dev-skill/SKILL.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/likei-dev-skill/SKILL.md b/likei-dev-skill/SKILL.md index 724f423b..b67406b1 100644 --- a/likei-dev-skill/SKILL.md +++ b/likei-dev-skill/SKILL.md @@ -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 风险。