Skip to content
Agent Orchestration
Skill

/ahk-triage

Triage a bug or unexpected behavior. Deep diagnostic analysis with structured report. No tasks created, no harness tracking.

From plugin
agent-harness-kit
1764 skills5 agents1 MCP
Install
$ npx -y skills add enmanuelmag/agent-harness-kit --skill ahk-triage --agent claude-code

How 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.md
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.)*

---

Read more
Ships withagent-harness-kit

A provider-agnostic scaffolding kit for running structured multi-agent workflows in your codebase.

Get the whole plugin
Stats
177
Stars
9
Forks
Active
Maintenance
TypeScript
Language
Apache-2.0
License
8d ago
Last commit
3mo ago
Created

Repo: enmanuelmag/agent-harness-kit