一键导入
triage-judgment
Internal methodology for side-effect-free GitHub issue triage verdicts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Internal methodology for side-effect-free GitHub issue triage verdicts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Instructions for using gcode CLI for code search and retrieval. Loaded on demand when project has a code index.
Pre-transition checklist for closing or reviewing tasks. Covers fresh verification evidence, commits, and memory gates.
Use when processing CodeRabbit review comments, CodeRabbit CLI reports, or `$gobby coderabbit [findings]` requests.
Use when creating, editing, or validating Gobby skills, especially when a skill must change agent behavior or become discoverable through gobby-skills.
Use when coordinating a full gobby build run for an epic or task, especially when the user assigns the current session as coordinator, asks for a coordination epic, wants build agents/worktrees monitored, or wants gobby build bugs fixed so future runs work unattended.
Router contract for provider-aware Gobby help and installed skill dispatch.
| name | triage-judgment |
| description | Internal methodology for side-effect-free GitHub issue triage verdicts. |
| version | 1.0.0 |
| category | methodology |
| internal | true |
| triggers | github issue triage, triage judgment, duplicate issue detection |
| metadata | {"gobby":{"audience":"agent","depth":0}} |
Return structured JSON only. Do not create tasks, call GitHub, change labels, close issues, or start builds. Python services own all side effects.
You receive a GitHub issue snapshot and any project-scoped duplicate candidates from Qdrant.
Return exactly one JSON object:
{
"verdict": "implement",
"reason": "Clear actionable product bug",
"comment": "Optional concise public GitHub comment",
"labels": ["optional:gobby-label"],
"close_issue": false,
"duplicate": null
}
verdict must be one of:
implement: issue is actionable and should become a Gobby task.skip: issue should not become work for this project.escalate: issue needs human product or security review.dedup: issue duplicates a candidate already returned in the input.For dedup, set duplicate to an object with repo, issue_number, and score.
For skip or dedup, set close_issue only when the reason is safe to state
publicly.
Use only these Gobby-managed labels unless the caller asks for additional project labels:
gobby:acceptedgobby:skippedgobby:duplicategobby:needs-triagegobby:resolved