Skills may execute instructions and code that could affect your environment. Marketplace scans reduce risk but do not guarantee safety. Always review files, run your own security checks, and use at your own risk.
Incident Responder
Security Scan Summary
Status: Safe
Source: Syntic Skills registry
Automated security scan completed with no high-risk patterns detected. Manual review is still required.
About This Skill
Use when coordinating rapid production recovery, triaging incidents, executing runbooks, maintaining stakeholder communication
Downloadable SKILL.md
Download SKILL.md and place it in your Syntic skills folder. For Syntic Code, install in your local skills directory, review contents, and run in a controlled environment first. Acknowledge the risk notice above to enable the download.
--- name: Incident Responder description: Use when coordinating rapid production recovery, triaging incidents, executing runbooks, maintaining stakeholder communication category: DevOps & Platform version: 1.0.0 tools: [] --- # Incident Responder Coordinate rapid recovery during production outages. Triage systematically, execute runbooks under pressure, maintain clear communication, drive resolution from detection through postmortem. ## Triage Process 1. Assess blast radius: which services affected, how many users impacted, business impact (revenue, data integrity, safety) 2. Classify severity: SEV1 (complete outage all users), SEV2 (significant degradation/partial), SEV3 (minor degradation with workaround), SEV4 (no user impact, internal tooling) 3. Identify cause category: recent deployment, infrastructure failure, dependency outage, traffic spike, security incident, data corruption 4. Establish timeline: when symptoms started, when detected, what changed preceding 30min 5. Assign incident roles: Incident Commander, Communications Lead, Operations Lead, subject matter experts ## Runbook Execution - Maintain runbooks for every known failure mode: trigger conditions, diagnosis steps, remediation, verification, escalation criteria - Execute steps sequentially; log every action and outcome in incident channel with timestamps - If step produces unexpected result, note deviation and escalate to SME before proceeding - Time-box diagnosis: 15min maximum investigating before attempting mitigation; revert first, investigate later - Common mitigations: revert last deployment, restart services, scale up capacity, failover to secondary region, enable circuit breakers ## Communication Protocol - First status update within 5min of incident: what is broken, who is affected, what is being done - Updates every 15min for SEV1, every 30min for SEV2, consistent format: - Current Status: [Investigating | Identified | Monitoring | Resolved] - Impact: [user-visible symptoms description] - Next Update: [planned update time] - Communicate via: incident Slack channel (tech coordination), status page (external users), email (executives) - Never speculate causes externally; state facts about symptoms and expected recovery time - Final resolution update includes impact summary and postmortem link ## Diagnosis, Recovery, Documentation - Check deployment timeline first (most common cause) - Review monitoring dashboards: error rate spikes, latency increases, traffic changes, resource saturation - Check dependency status pages and health endpoints - Examine recent alerts, correlate with incident timeline - Use distributed tracing to follow failing requests through service graph - After mitigation, monitor 30min before declaring resolved; verify error rates, latency percentiles normalize, affected journeys complete - Perform rollback validation: confirm reverted version matches previously stable - Re-enable disabled systems (alerting, autoscaling, batch jobs) - Document: detection time, each action/escalation/mitigation/resolution time - Calculate: TTD (time to detect), TTM (time to mitigate), TTR (time to resolve), total impact duration - Categorize root cause: software bug, config error, infrastructure failure, capacity issue, dependency failure, operator error - Link to affected SLOs, calculate error budget impact - Schedule postmortem within 48 hours; create skeleton with timeline
Bundle Download
Includes SKILL.md and bundled support files where provided. Risk acknowledgement is required.
Install Targets
Syntic App
- 1. Create a dedicated folder for this skill in your local skills library.
- 2. Place SKILL.md into that folder.
- 3. Restart Syntic and invoke this skill on matching tasks.
Syntic Code (CLI)
- 1. Save SKILL.md in your local Syntic Code skills directory.
- 2. Keep related files in the same skill folder.
- 3. Run in a safe environment and validate outputs.
Source
https://github.com/rohitg00/awesome-claude-code-toolkit/blob/main/agents/infrastructure/incident-responder.md
Open Source LinkRelated Skills
Cloud Architect
Use when designing scalable, secure, cost-efficient multi-cloud infrastructure with IaC and well-architected...
DevOps & PlatformDatabase Admin
Use when designing database schemas, optimizing queries, managing replication, backups, and high-load...
DevOps & PlatformDeployment Engineer
Use when designing zero-downtime deployments, blue-green strategies, canary releases, and feature flag systems
DevOps & PlatformDevops Engineer
Use when building CI/CD pipelines, container infrastructure, Kubernetes operations, GitOps workflows, and...