job51-gitlab-cr-node-skill-prompt-optimize 1.5.7 → 1.5.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -34,24 +34,16 @@ description: 代码审查技能,审查变更代码并输出 REPORT 和 LINE_IN
|
|
|
34
34
|
|
|
35
35
|
<REPORT>
|
|
36
36
|
## 🤖 AI 代码审查结果
|
|
37
|
-
|
|
38
|
-
**生成时间**: [当前时间]
|
|
39
|
-
|
|
40
37
|
---
|
|
41
38
|
|
|
42
39
|
### 🔴 严重问题
|
|
43
40
|
|
|
44
41
|
[带圈数字序号][问题描述]<br/>
|
|
45
|
-
**文件及行号**:[
|
|
46
|
-
**修改建议**:[
|
|
47
|
-
|
|
48
|
-
### 🟡 警告
|
|
49
|
-
|
|
50
|
-
[带圈数字序号][问题描述]<br/>
|
|
51
|
-
**文件及行号**:[文件路径:行号]<br/>
|
|
52
|
-
**修改建议**:[改进建议 + 代码示例]
|
|
42
|
+
**文件及行号**:[文件路径:行号,如:51job-dev-boot-bbs/src/main/java/com/job51/dev/bbs/service/impl/ForumCategoryForumServiceImpl.java:40]<br/>
|
|
43
|
+
**修改建议**:[正确示例代码]
|
|
53
44
|
|
|
54
45
|
</REPORT>
|
|
46
|
+
|
|
55
47
|
<LINE_INFO>
|
|
56
48
|
[{"new_path":"文件路径","new_line":行号,"old_path":"文件路径","old_line":行号}]
|
|
57
49
|
</LINE_INFO>
|
package/package.json
CHANGED