job51-gitlab-cr-node-skill-prompt-optimize 1.4.0 → 1.4.1
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 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -205,6 +205,7 @@ ${diffObject.diff}`;
|
|
|
205
205
|
1. 严格按照 .claude/skills/simple-code-review/SKILL.md 中定义的模板格式输出
|
|
206
206
|
2. **每个模块不是必须的**:没有对应问题时,完全省略该模块(不输出标题)
|
|
207
207
|
3. 必须以 <REPORT> 开始,以 </REPORT> 结束
|
|
208
|
+
4. 如有严重问题,在<LINE_INFO>标签中构建问题对应的行号信息
|
|
208
209
|
4. 不要输出任何额外的解释、问候或总结文本`;
|
|
209
210
|
//打印
|
|
210
211
|
debugLog(`Claude命令: ${prompt}`);
|
package/package.json
CHANGED