← Back to Skills Marketplace
freepengyang

Incident Report Generator

by freepengyang · GitHub ↗ · vv1.0.0 · MIT-0
cross-platform ✓ Security Clean
56
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install incident-report-cn
Description
按照用户提供的信息收集线上故障的详细数据,生成结构化的故障异常报告,支持中英文输出。
README (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 格式
  • 发送到飞书群
  • 导出为文件

不要做什么

  • 不主动添加模板中没有的章节
  • 不自行编造时间、原因、数据等关键信息,必须由用户确认
  • 不在责任方一栏进行追责性质的措辞,以解决问题为导向
  • 不输出未完成草稿,必须等用户补充完所有必填项再生成
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install incident-report-cn
  3. After installation, invoke the skill by name or use /incident-report-cn
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug incident-report-cn
Version v1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Incident Report Generator?

按照用户提供的信息收集线上故障的详细数据,生成结构化的故障异常报告,支持中英文输出。 It is an AI Agent Skill for Claude Code / OpenClaw, with 56 downloads so far.

How do I install Incident Report Generator?

Run "/install incident-report-cn" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Incident Report Generator free?

Yes, Incident Report Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Incident Report Generator support?

Incident Report Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Incident Report Generator?

It is built and maintained by freepengyang (@freepengyang); the current version is vv1.0.0.

💬 Comments