incident
Create blameless incident reports and post-mortems
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Create blameless incident reports and post-mortems
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Create architecture decision records using MADR 4.0 format
Create effective D2/Mermaid diagrams optimized for terminal display
Add an image to a decision document — rename, move to docs/assets/, insert reference
Complete Mermaid flowchart reference — shapes, edges, subgraphs, styling
Complete Mermaid sequence diagram reference — participants, arrows, activations, control flow
Create business opportunity documents with thorough questioning
| name | incident |
| description | Create blameless incident reports and post-mortems |
Capture a post-mortem / incident report using blameless format.
open — incident detected, being investigated (covers the "investigating" phase)mitigated — impact reduced but not fully resolvedresolved — incident fully resolvedDo NOT use "investigating" — use open instead.
Format: human-readable, e.g. "2h 30m", "45m", "3d 4h". Free-form text.
@handle or empty for system eventsWhen a user reports an incident:
dg new inc "Checkout page down for 2 hours"
Incidents should be documented quickly. Gather basic facts (timeline, impact) but don't ask extensive discovery questions.
Good titles: "Checkout page down for 2 hours", "Customer data leaked" Bad title: "Things broke"
As events unfold or are reported:
1. Why did the service go down? → Database connection pool exhausted
2. Why was the pool exhausted? → Query N+1 problem under load
3. Why wasn't this caught? → No connection pool monitoring
4. Why no monitoring? → Monitoring setup not in deployment checklist
5. Why not in checklist? → No formal deployment review process
# Link to ADRs that need updating based on lessons learned
# Link to OPPs if this reveals a business opportunity (e.g., better monitoring product)
# Link to POLs if this reveals need for new policies
Incidents often reveal needs for:
User: "The checkout page was down for 2 hours yesterday"
dg new inc "Checkout page down for 2 hours"open -> mitigated -> resolvedtriggers: fieldrelated: for loosely associated docs