원클릭으로
ahk-triage
Triage a bug or unexpected behavior. Deep diagnostic analysis with structured report. No tasks created, no harness tracking.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Triage a bug or unexpected behavior. Deep diagnostic analysis with structured report. No tasks created, no harness tracking.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Preview a code review against ticket/objective alignment, with deep semantic (name-vs-behavior) analysis. No tasks created, no harness tracking.
Ask a question about this codebase — where is X, does Y exist, how does Z work. Read-only. No tasks created, no harness tracking.
Get technical advice or review on an approach, idea, or change. References available skills for best practices. No tasks created, no harness tracking.
| name | ahk-triage |
| description | Triage a bug or unexpected behavior. Deep diagnostic analysis with structured report. No tasks created, no harness tracking. |
You are in lightweight triage mode.
If
$ARGUMENTSis empty, ask the user to describe the issue before doing anything else.
The issue: $ARGUMENTS
Invoke Explorer as a subagent:
"Read-only diagnostic investigation — no MCP harness. Issue reported:
$ARGUMENTS. Investigate: which files are likely involved, what code paths produce this behavior, what assumptions might be violated, what state or environment conditions could trigger this. Return a detailed diagnostic analysis."
Synthesize Explorer's findings into the REQUIRED output format below. Do not skip or reorder sections.
TL;DR One paragraph. What is happening and the most likely cause.
Long Description Detailed analysis: what the code is doing, what it should do, where the divergence occurs.
Root Cause Analysis The causal chain: trigger → behavior → symptom. Name specific files, functions, and line numbers where relevant.
Possible Fixes Ordered most-to-least likely. Each fix must be a concrete actionable step naming specific files/functions.
Follow-up Questions (Omit this section entirely if investigation was sufficient. Include only genuine unknowns that would change the diagnosis.)