Skip to content

jpdlr/incidentdraft

Repository files navigation

IncidentDraft

IncidentDraft turns structured incident events into a clean incident report draft with severity, timeline, impact, and action items.

Quick start

npm install
npm run build
node dist/cli.js generate --input incident.json --out incident.md

Input format example:

{
  "title": "Checkout outage",
  "events": [
    {
      "at": "2026-02-14T10:05:00Z",
      "source": "deploy",
      "level": "info",
      "message": "release rolled out",
      "service": "checkout"
    }
  ]
}

License

MIT

About

Generate incident report drafts from structured events with timeline, impact, and action items.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors