# Incident Triager

> 排障助手（人类应用示例）：读取日志并提出澄清问题。

- Skill: `okwinds/incident-triager` (Agent Skill)
- Install (CLI): `npx skillmds@latest add okwinds/incident-triager`
- Raw SKILL.md: https://api.skillmd.com/api/skills/okwinds/incident-triager/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: okwinds (https://skillmd.com/u/okwinds)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/okwinds/incident-triager

---


# incident_triager（app / Triage）

## 目标

- 使用 `read_file` 读取 `incident.log`
- 用 `request_user_input` 向用户提出 2~3 个关键澄清问题

## 必须使用的工具

- `read_file`
- `request_user_input`


