job51-gitlab-cr-node-skill-prompt-optimize 1.1.1 → 1.1.2
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.
- package/mr-review-template.md +1 -1
- package/package.json +1 -1
package/mr-review-template.md
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
> - 引入构建失败、测试失败或高危依赖漏洞
|
|
18
18
|
9. 最终输出必须以 `<REPORT>` 开始,以 `</REPORT>` 结束,确保内容可被程序安全提取。
|
|
19
19
|
10. 需要分析的变更内容位于下方<CHANGE_CONTENT>标签内。
|
|
20
|
-
11. 变更内容的行信息位于下方<
|
|
20
|
+
11. 变更内容的行信息位于下方<LINE_INFO>标签内,里面的内容格式为:“@@ -84,9 +84,11 @@ public class UserCompetitiveAnalyseLogServiceImpl extends ServiceImpl<UserCompet”,使用变更后区域计算新代码块的起始行和结束行。
|
|
21
21
|
|
|
22
22
|
<REPORT>
|
|
23
23
|
## 🤖 AI代码审查结果
|