ワンクリックで
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