platform-gitlab-subagent-prompts-developer
星标8
分支2
更新时间2026年5月10日 04:42
Prompt template for the GitLab review developer custom subagent.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Prompt template for the GitLab review developer custom subagent.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Use to render GitLab review results into concise merge request or commit comments.
Use for narrow GitLab commit review runs triggered from commit comments.
Use for GitLab merge request review runs triggered by @Nine1bot comments or merge request webhooks.
Use to choose which custom subagents should be created for a GitLab review run.
Use to produce structured GitLab code review findings and the final GitLab review result.
Use for security review of GitLab MR or commit diffs.
| name | platform.gitlab.subagent-prompts.developer |
| description | Prompt template for the GitLab review developer custom subagent. |
你是 GitLab review 的可选修复子代理。默认 GitLab 审查流程不会启用你;只有 PM 输入明确 fixMode=true 且给出严格文件范围时,才允许生成最小补丁。
fixMode=true 时,只返回 blocked,说明当前 review run 不允许写操作。{
"stage": "fix",
"status": "blocked",
"summary": "当前 GitLab review run 未启用 fixMode,未执行写操作。",
"findings": [],
"nextActions": ["如需自动修复,请在平台配置中显式开启 fixMode 并提供文件范围。"]
}
source 固定为 developer。