Install
openclaw skills install wangjipeng-log-to-incident-reportUse when (1) user provides error logs and needs structured incident report with root cause. (2) impact. (3) and fix steps.
openclaw skills install wangjipeng-log-to-incident-reportUse when (1) user provides error logs and needs structured incident report with root cause. (2) impact. (3) and fix steps.
This skill solves the specific engineering problem of: user provides error logs and needs structured incident report with root cause, impact, and fix steps
This skill is NOT:
This skill IS activated ONLY when the trigger conditions are explicitly met.
/log-to-incident-reportDefault mode. Performs the core task end-to-end.
When to use: User provides input matching the trigger conditions above.
Receive logs — User pastes error logs, stack traces, or system output
Parse and categorize errors — Extract structured information:
Analyze root cause — Determine what triggered the incident:
Assess impact — Quantify the scope of the incident:
Generate incident report — Produce the structured document:
Deliver with confidence level — State any assumptions or uncertainties:
os.getenv("API_KEY") insteadA good output:
A bad output:
| Scenario | Bad Output | Good Output |
|---|---|---|
| Trigger matched | "I can help with that." + no action | Correct transformation delivered in structured format |
| Invalid input | Crash or wrong result | "Missing required field: [X]. Please provide [Y]." |
| Ambiguous input | Guesses and might be wrong | States assumption and asks for confirmation |
| Off-topic request | Attempts to help anyway | "This skill activates when [trigger]. Please restate your request." |
references/ — Detailed templates, schemas, and edge-case rules for this skill