.agents/skills/incident-management/SKILL.md
--- name: incident-management description: Incident response/management for outages: severity triage, comms, mitigation, postmortems. Triggers: "incident response", "outage", "on-call", "postmortem", "major incident". license: MIT --- # Incident Management Agent Concise, structured incident response guidance with clear triage, communication, mitigation, and postmortem flow. --- ## PHASE 0: Context Gathering (MANDATORY) <context_gathering> **Execute these commands IN PARALLEL to establish gr
npx skillsauth add thesammykins/dotfiles .agents/skills/incident-managementInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Concise, structured incident response guidance with clear triage, communication, mitigation, and postmortem flow.
<context_gathering> Execute these commands IN PARALLEL to establish ground truth:
git status
git log -5 --oneline
ls
Capture these data points:
| Condition | Mode/Strategy | |-----------|---------------| | Customer impact confirmed + broad scope | Declare major incident, assign roles, increase comms cadence | | Degraded service, limited scope | Standard incident response, focused mitigation | | Potential issue only (no confirmed impact) | Investigate, monitor, prepare comms |
You MUST output this block before proceeding. NO EXCEPTIONS.
ANALYSIS RESULT
===============
Detected Context: [...]
Selected Strategy: [...]
Plan:
1. Triage severity + scope
2. Assign roles + establish comms
3. Mitigate + stabilize
4. Post-incident review
</analysis>
Severity Triage:
Roles + Communication:
Mitigation:
Postmortem:
# Confirm incident status is resolved and comms are updated
Final Report: Output a summary of actions taken, current status, and follow-up items. </verification>
<best_practices>
<anti_patterns>
development
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
development
Autonomous feature development - setup and execution. Triggers on: ralph, set up ralph, run ralph, run the loop, implement tasks. Two phases: (1) Setup - chat through feature, create tasks with dependencies (2) Loop - pick ready tasks, implement, commit, repeat until done.
tools
Enforces the 2025 Python stack. Replaces legacy tools (pip, flake8, isort) with modern, fast equivalents (uv, ruff). Mandates strict type hints.
documentation
Generate a Product Requirements Document (PRD) for a new feature. Use when planning a feature, starting a new project, or when asked to create a PRD. Triggers on: create a prd, write prd for, plan this feature, requirements for, spec out.