Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/Arete-Consortium/ai-skills --skill postmortem명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
Intelligent CI failure diagnosis and guided remediation for GitHub Actions, GitLab CI, and local builds
Pre-execution mapping of codebases, document collections, or problem spaces. Runs BEFORE any Gorgon workflow to give all agents shared situational awareness
Investigative methodology for analyzing document collections — provenance analysis, anomaly detection, redaction detection, and cross-document validation
| name | postmortem |
| description | Incident Postmortem Template |
| lifecycle | experimental |
Create blameless postmortem reports for incidents.
/postmortem # Generate template
/postmortem "database outage" # Pre-fill incident type
/postmortem --severity high # Set severity level
# Incident Postmortem: [Incident Title]
**Date**: YYYY-MM-DD
**Author**: [Name]
**Status**: Draft | In Review | Final
**Severity**: Critical | High | Medium | Low
---
## Executive Summary
One paragraph summary: what happened, impact, resolution, key learnings.
---
## Incident Details
| Field | Value |
|-------|-------|
| **Incident ID** | INC-XXXX |
| **Start Time** | YYYY-MM-DD HH:MM UTC |
| **Detection Time** | YYYY-MM-DD HH:MM UTC |
| **Resolution Time** | YYYY-MM-DD HH:MM UTC |
| **Duration** | X hours Y minutes |
| **Time to Detect** | X minutes |
| **Time to Resolve** | X hours |
---
## Impact
### User Impact
- Number of users affected: X
- Percentage of traffic affected: X%
- Features unavailable: [list]
### Business Impact
- Revenue impact: $X (if applicable)
- SLA breach: Yes/No
- Customer complaints: X
### Data Impact
- Data loss: Yes/No
- Data corruption: Yes/No
- Details: [if applicable]
---
## Timeline
All times in UTC.
| Time | Event |
|------|-------|
| HH:MM | [First anomaly in metrics] |
| HH:MM | [Alert triggered] |
| HH:MM | [On-call paged] |
| HH:MM | [Investigation started] |
| HH:MM | [Root cause identified] |
| HH:MM | [Fix deployed] |
| HH:MM | [Service restored] |
| HH:MM | [Incident closed] |
---
## Root Cause Analysis
### What Happened
Detailed technical description of what went wrong.
### 5 Whys Analysis
1. **Why did the service go down?**
→ [Answer]
2. **Why did [Answer 1] happen?**
→ [Answer]
3. **Why did [Answer 2] happen?**
→ [Answer]
4. **Why did [Answer 3] happen?**
→ [Answer]
5. **Why did [Answer 4] happen?**
→ [Root cause]
### Contributing Factors
- Factor 1: [description]
- Factor 2: [description]
- Factor 3: [description]
---
## Detection
### How Was It Detected?
- [ ] Automated alert
- [ ] Customer report
- [ ] Internal user report
- [ ] Routine check
### Detection Gap Analysis
- What alerts existed? Did they fire?
- What alerts should have existed?
- How could we detect this faster?
---
## Response
### What Went Well
- [Positive aspect 1]
- [Positive aspect 2]
### What Could Be Improved
- [Improvement area 1]
- [Improvement area 2]
### Lucky Breaks
- [Things that could have been worse]
---
## Action Items
### Immediate (This Week)
| ID | Action | Owner | Due Date | Status |
|----|--------|-------|----------|--------|
| 1 | [Action] | [Name] | YYYY-MM-DD | Open |
### Short-term (This Month)
| ID | Action | Owner | Due Date | Status |
|----|--------|-------|----------|--------|
| 2 | [Action] | [Name] | YYYY-MM-DD | Open |
### Long-term (This Quarter)
| ID | Action | Owner | Due Date | Status |
|----|--------|-------|----------|--------|
| 3 | [Action] | [Name] | YYYY-MM-DD | Open |
---
## Lessons Learned
### Technical Learnings
- [Learning 1]
- [Learning 2]
### Process Learnings
- [Learning 1]
- [Learning 2]
### What We'll Do Differently
- [Change 1]
- [Change 2]
---
## Appendix
### Related Documents
- [Link to runbook]
- [Link to dashboards]
- [Link to logs]
### Communication Log
- HH:MM: [Status update posted to #channel]
- HH:MM: [Customer communication sent]
---
## Sign-off
| Role | Name | Date |
|------|------|------|
| Author | | |
| Reviewer | | |
| Approver | | |
| Severity | Definition | Examples |
|---|---|---|
| Critical | Complete service outage, data loss | Database down, security breach |
| High | Major feature unavailable, significant degradation | Payment processing failed |
| Medium | Partial degradation, workaround exists | Slow response times |
| Low | Minor issue, minimal user impact | UI glitch |
When /postmortem is invoked: