一键导入
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.)