/ahk-triage
Triage a bug or unexpected behavior. Deep diagnostic analysis with structured report. No tasks created, no harness tracking.
$ npx -y skills add enmanuelmag/agent-harness-kit --skill ahk-triage --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/ahk-triage
Context preview
The summary Claude sees to decide when to auto-load this skill.
Triage a bug or unexpected behavior. Deep diagnostic analysis with structured report. No tasks created, no harness tracking.
SKILL.md
ahk-triage.SKILL.mdname: 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 `$ARGUMENTS` is empty, ask the user to describe the issue before doing anything else.
The issue: $ARGUMENTS
Rules
- NO MCP calls — no tasks.*, no actions.*
- Run health.sh ONLY if the issue explicitly involves the build or test suite — not as a routine step
- NO builder, NO reviewer
- Create files ONLY if user explicitly asked to save the report
Process
1. 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."
2. Synthesize Explorer's findings into the REQUIRED output format below. Do not skip or reorder sections.
Required output format
---
**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.)*
---
Read more
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 `$ARGUMENTS` is empty, ask the user to describe the issue before doing anything else.
The issue: $ARGUMENTS
Rules
- NO MCP calls — no tasks.*, no actions.*
- Run health.sh ONLY if the issue explicitly involves the build or test suite — not as a routine step
- NO builder, NO reviewer
- Create files ONLY if user explicitly asked to save the report
Process
1. 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."
2. Synthesize Explorer's findings into the REQUIRED output format below. Do not skip or reorder sections.
Required output format
---
**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.)*
---
A provider-agnostic scaffolding kit for running structured multi-agent workflows in your codebase.
Repo: enmanuelmag/agent-harness-kit
Other skills on agent-harness-kit.
- /ahk-ask
Ask a question about this codebase — where is X, does Y exist, how does Z work. Read-only. No tasks created, no harness tracking.
Open skill - /ahk-consultant
Get technical advice or review on an approach, idea, or change. References available skills for best practices. No tasks created, no harness tracking.
Open skill - /ahk-review
Preview a code review against ticket/objective alignment, with deep semantic (name-vs-behavior) analysis. No tasks created, no harness tracking.
Open skill

