job51-gitlab-cr-node-jt-1 2.0.6 → 2.0.7
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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -200,7 +200,7 @@ class GitLabCodeReviewer {
|
|
|
200
200
|
const prompt = `使用 simple-code-review 技能审核代码变更。
|
|
201
201
|
文件路径:${filePath}
|
|
202
202
|
|
|
203
|
-
请严格按照 .claude/skills/
|
|
203
|
+
请严格按照 .claude/skills/simple-code-review/SKILL.md 中定义的报告格式输出,必须以 <REPORT> 开始,以 </REPORT> 结束。`;
|
|
204
204
|
//打印
|
|
205
205
|
debugLog(`Claude命令: ${prompt}`);
|
|
206
206
|
// 最多重试5次,直到结果包含"🤖 AI代码审查结果"或达到最大重试次数
|