Release incident postmortem
21 markdown-first software delivery workflow skills for Claude Code, Codex, and compatible agents. Standalone skill kit covering planning, debugging, CI, review, security, rollout, performance, data quality, and post-incident workflows.
npx -y skills add motao123/dev-workflow-kit --skill release-incident-postmortemAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when an incident has already been mitigated and the team needs a structured post-incident retrospective with timeline, impact, root cause, contributing factors, and follow-up actions.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.9 KB, as published. Nobody here has run it
Release Incident Postmortem
Use this skill when the incident is over and the focus is structured learning, not live triage.
Trigger Conditions
Use this skill when:
- an outage, regression, or release incident has already been mitigated
- the team needs a postmortem document with timeline and root-cause analysis
- follow-up actions, owners, and prevention work need to be captured
- a release-related incident requires a learning record beyond a chat summary
Do not use this skill while an incident is still active or when root cause is still unknown.
Workflow
- Confirm the incident is mitigated and stable.
- Reconstruct the timeline using available evidence.
- Summarize user-visible impact and scope.
- Identify root cause and contributing factors.
- Capture mitigation steps actually taken.
- Define concrete follow-up actions, owners, and verification.
Output
For non-trivial work, provide:
- timeline summary
- impact and scope
- root cause and contributing factors
- mitigation actions taken
- follow-up actions with owners
- recommended preventive changes
Coordination
After postmortem drafting:
- use
docs-writerto publish the postmortem and any external comms - use
release-rollout-strategyif rollout shape needs to change for prevention - use
systematic-debuggingonly if root cause turns out to still be unclear
Invocation Examples
- "Use release-incident-postmortem from dev-workflow-kit to run a structured postmortem on this outage."
- "Use release-incident-postmortem to capture timeline, impact, and follow-up actions for last night's incident."
- "Use release-incident-postmortem to write the retrospective doc now that mitigation is complete."