docs_for_coding_agent/examples/workflows/22_chatops_incident_triage/skills/chatops_incident_triage_assistant/SKILL.md
读取 incident.log,澄清关键问题(request_user_input),更新计划(update_plan),输出 runbook.md/report.md。
npx skillsauth add okwinds/skills-runtime-sdk chatops_incident_triage_assistantInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
把常见的“故障排障”过程做成可复刻、可审计的最小 workflow:
incident.log)request_user_input)update_plan)file_write,走 approvals)$[examples:workflow].chatops_incident_triage_assistant。incident.log,包含故障摘要/错误信息。read_file:读取 incident.logrequest_user_input:澄清 1-2 个关键问题(无 human_io provider 时必须 fail-closed)update_plan:同步推进(WAL:plan_updated)file_write:落盘 runbook.md / report.md(写操作,通常需要 approvals)runbook.md 以通用模板表达,不写死具体供应商/业务名词。documentation
用结构化流程生成一篇小说:大纲→概要→分章分段→组合→一致性自检。
documentation
用结构化流程写一篇文章:明确目标→大纲→分段写作→润色→一致性与事实自检。
business
规则报告(人类应用示例):汇总输入、规则与产物清单到 report.md。
tools
规则解析(人类应用示例):把自然语言规则转成结构化 plan.json。