← 返回 Skills 市场
freepengyang

Incident Report Generator

作者 freepengyang · GitHub ↗ · vv1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
56
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install incident-report-cn
功能描述
按照用户提供的信息收集线上故障的详细数据,生成结构化的故障异常报告,支持中英文输出。
使用说明 (SKILL.md)

线上故障异常报告速成

Language Rule

Report language matches the user's language. Chinese request → Chinese report. English → English.

触发条件

用户请求生成以下类型的报告时激活:

  • 异常报告
  • 线上报告
  • 故障报告
  • 事故通报
  • 故障通报
  • 线上故障
  • 异常通报

行为规则

第一步:收集信息

依次向用户收集以下必填项(如果用户未提供,提示补充):

  1. 开始时间 — 格式:xxxx-xx-xx xx:xx:xx
  2. 恢复时间 — 格式:xxxx-xx-xx xx:xx:xx
  3. 异常描述 — 什么反馈、出现什么问题,尽量详细
  4. 异常影响 — 影响范围(服/玩家数)、对业务的冲击程度
  5. 异常原因 — 根本原因分析
  6. 责任方 — 哪个团队/人员负责

以下为可选项: 7. 后续改进计划或建议 — 如何避免同类问题再次发生

第二步:生成报告

按以下 Markdown 模板填充内容:

开始时间: {开始时间}
恢复时间: {恢复时间}
异常描述:
{用户提供的描述文字}

异常影响:
{用户提供的影范围和对业务的影响程度}

异常原因:
{用户提供的异常原因分析}

责任方:
{用户提供的责任团队或人员}

后续改进计划或建议:
{用户提供的改进计划,若无则写"暂无"}

第三步:输出

生成后主动询问用户是否需要:

  • 直接复制 Markdown 格式
  • 发送到飞书群
  • 导出为文件

不要做什么

  • 不主动添加模板中没有的章节
  • 不自行编造时间、原因、数据等关键信息,必须由用户确认
  • 不在责任方一栏进行追责性质的措辞,以解决问题为导向
  • 不输出未完成草稿,必须等用户补充完所有必填项再生成
安全使用建议
This is an instruction-only template for generating incident reports and is internally coherent and low-risk. Before installing, note: (1) the skill will prompt you for incident details that may include sensitive business or personnel information — do not paste secrets or credentials into those fields; (2) the skill mentions offering to "send to 飞书群" but contains no automatic send mechanism or credentials — if you want that behavior, you'll need a separate, authorized integration; (3) source/homepage are unknown (the package is just Markdown), so prefer using it in a controlled environment or reviewing the template text first. Overall it appears safe and does what it claims.
功能分析
Type: OpenClaw Skill Name: incident-report-cn Version: v1.0.0 The skill bundle is a template-based incident report generator designed to collect specific details (time, impact, cause) from a user and format them into a Markdown report. The instructions in SKILL.md and incident-report.md are consistent with the stated purpose and do not contain any malicious commands, data exfiltration logic, or prompt injection attacks.
能力评估
Purpose & Capability
The name/description (incident report generator) match the files and runtime instructions. It only collects user-provided incident fields and produces a structured Markdown report — no unrelated resources, credentials, or binaries are requested.
Instruction Scope
SKILL.md explicitly restricts actions to prompting the user for specific fields, filling a Markdown template, and offering output options. It does not instruct reading system files, environment variables, or contacting external endpoints. The one external action mentioned is offering to 'send to 飞书群' but no automatic sending or credentials are included in the instructions.
Install Mechanism
No install spec and no code files beyond two identical Markdown instruction files. No artifacts will be written to disk and nothing is downloaded or installed.
Credentials
The skill requires no environment variables, credentials, or config paths. All data collection is limited to user-supplied incident details, which is appropriate for its purpose.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modification of other skills or agent configuration. It is a normal, invocable skill without elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install incident-report-cn
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /incident-report-cn 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
vv1.0.0
Incident report generation skill for Chinese and English released. - Supports fast generation of various online incident/exception reports based on user input. - Collects six required details: start time, recovery time, description, impact, root cause, and responsible party. - Offers optional improvement/suggestion section. - Fills a consistent Markdown report template without inventing or guessing information. - Prompts user for report output options: copy, send to Feishu, or export as file. - Enforces language consistency and avoids blame-oriented language.
元数据
Slug incident-report-cn
版本 v1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Incident Report Generator 是什么?

按照用户提供的信息收集线上故障的详细数据,生成结构化的故障异常报告,支持中英文输出。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 56 次。

如何安装 Incident Report Generator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install incident-report-cn」即可一键安装,无需额外配置。

Incident Report Generator 是免费的吗?

是的,Incident Report Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Incident Report Generator 支持哪些平台?

Incident Report Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Incident Report Generator?

由 freepengyang(@freepengyang)开发并维护,当前版本 vv1.0.0。

💬 留言讨论