Skills incident-runbook-templates
๐Ÿ“ฆ

incident-runbook-templates

Content revision r2 Medium Risk โš™๏ธ External commands๐ŸŒ Network access๐Ÿ“ Filesystem access

Build Incident Response Runbooks

Generic incident procedures slow triage and create inconsistent decisions during outages. This skill creates structured runbooks with checks, mitigation steps, escalation paths, and communication templates.

Supports: Claude Codex Code(CC)
๐Ÿ“Š 69 Adequate

Install with my Agent

Copy this request to your Agent. It includes the canonical Skill page and manifest.

Agent request
Review the Skillstore skill "incident-runbook-templates" from https://skillstore.io/skills/sickn33-incident-runbook-templates.md and its manifest at https://skillstore.io/api/skills/sickn33-incident-runbook-templates/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.

Your Agent should still show its plan and request any confirmation required by the security policy.

Test it

Using "incident-runbook-templates". Create a runbook for payment latency above two seconds.

Expected outcome:

  • Classify customer impact and confirm the alert window.
  • Check deployment history, database saturation, and dependency latency.
  • Choose a reversible mitigation with an approval checkpoint.
  • Verify latency, errors, and payment completion before resolution.

Using "incident-runbook-templates". Draft an internal update for a database connection incident.

Expected outcome:

SEV2 database connection pressure is under investigation. New connections are delayed. The database and platform teams are reducing load and checking pool saturation.

Using "incident-runbook-templates". Create escalation rules for an unresolved service outage.

Expected outcome:

  • Escalate to the engineering manager when a SEV1 remains unresolved after 15 minutes.
  • Engage security immediately when evidence suggests unauthorized access or data exposure.
  • Notify support and legal when customer communication or regulatory review may be required.

Security Audit

Medium Risk
v5 โ€ข 7/24/2026 Open versioned report

Most static alerts misread Markdown syntax, reference links, or read-only examples. Four network findings are confirmed because the templates prescribe state-changing requests and an applyable broad network policy. One semantic finding covers production-changing commands that lack immediate approval safeguards; no prompt injection or exfiltration was found.

1
Files scanned
404
Lines analyzed
4
Review items
0
False positives ignored

Confirmed security concerns (1)

Medium
Production-changing commands lack immediate approval safeguards
The templates present rollback, scaling, database termination, feature-flag, and network-policy commands without requiring confirmation immediately before execution. Misapplied examples can disrupt services or broaden access.
The cited sections contain explicit mutating production commands. General validation guidance at the end reduces intent concerns but does not add per-action confirmation.
Capability review items (4)

These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.

Medium
Hardcoded URL
curl -X POST https://api.company.com/internal/feature-flags \
The example sends a POST request that enables a feature flag at an internal endpoint. If adapted and executed without approval, it can change production behavior.
Medium
Hardcoded URL
curl -X POST https://api.company.com/internal/feature-flags \
The documented POST request disables a production feature flag. Executing an adapted command without authorization can alter service behavior.
Medium
Hardcoded IP address
cidr: 0.0.0.0/0
The applyable NetworkPolicy example permits 0.0.0.0/0 except one subnet. Because policies are additive, this can unintentionally broaden production ingress.
Medium
Hardcoded IP address
- 192.168.1.0/24 # Suspicious range
The policy hardcodes 192.168.1.0/24 as the suspicious range. Copying the placeholder can block legitimate private traffic while failing to block the actual source.
Audited by: codex View Audit History โ†’
Share & cite this report

Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.

Open versioned report
Security Assessment

Copy report link

https://skillstore.io/skills/sickn33-incident-runbook-templates/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Markdown badge

[![Skillstore security assessment](https://skillstore.io/badges/skills/sickn33-incident-runbook-templates/security.svg)](https://skillstore.io/skills/sickn33-incident-runbook-templates?utm_source=security_passport_badge)

HTML badge

<a href="https://skillstore.io/skills/sickn33-incident-runbook-templates?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-incident-runbook-templates/security.svg" alt="Skillstore security assessment" loading="lazy"></a>

Embed card

<iframe src="https://skillstore.io/embed/skills/sickn33-incident-runbook-templates.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>
Academic citations (APA ยท BibTeX ยท CFF)

APA citation

sickn33. (2026). incident-runbook-templates security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-incident-runbook-templates/audits/5

BibTeX citation

@techreport{sickn33-sickn33-incident-runbook-templates-2026, author = {sickn33}, title = {incident-runbook-templates security audit report (audit version 5)}, institution = {Skillstore}, year = {2026}, number = {5}, url = {https://skillstore.io/skills/sickn33-incident-runbook-templates/audits/5}, note = {Author version unspecified} }

CITATION.cff

cff-version: 1.2.0 message: "If you use this Skill, cite its author and this versioned security audit report." title: "incident-runbook-templates security audit report (audit version 5)" version: "unspecified" type: report authors: - name: "sickn33" date-released: "2026-07-24" url: "https://skillstore.io/skills/sickn33-incident-runbook-templates/audits/5" identifiers: - type: other value: "skillstore:sickn33-incident-runbook-templates:audit:5" description: "Skillstore immutable audit report identifier"

Compare variants

2 installable variants

Each author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.

Why this variant is first

Highest Skillstore Score
wshobson Recommended

wshobson-incident-runbook-templates

Skillstore Score 78
Evidence Confidence High
Skillstore usage 15
Updated

2026-08-21

sickn33 Current

sickn33-incident-runbook-templates

Skillstore Score 69
Evidence Confidence High
Skillstore usage 11
Updated

2026-08-21

Skillstore Score

Why this score Evidence Confidence: High
55
Architecture
85
Maintainability
87
Content
68
Community
83
Spec Compliance

What You Can Build

Prepare a service outage runbook

Create a service-specific procedure with alerts, initial checks, mitigation options, rollback steps, and recovery verification.

Standardize database incident response

Document safe investigation paths for connection pressure, replication lag, and storage exhaustion.

Coordinate incident communication

Define escalation conditions and consistent internal updates for each stage of a serious incident.

Try These Prompts

Create a basic runbook
Create an incident runbook for [service]. Include impact, alerts, first checks, escalation contacts, mitigation, rollback, verification, and communication steps.
Adapt an outage template
Adapt the service outage template for [service] running on [platform]. Use these dashboards, alerts, dependencies, owners, and approved operational commands: [details].
Review runbook safety
Review this runbook for ambiguous actions, missing approvals, unsafe commands, weak verification, incomplete rollback, and unclear escalation. Suggest precise corrections: [runbook].
Design a complex incident workflow
Design a SEV1 runbook for [failure mode] across [systems]. Add decision points, dependencies, evidence capture, approval gates, rollback criteria, and stakeholder updates.

Best Practices

  • Replace every placeholder and validate each command in a non-production environment before publishing the runbook.
  • Require explicit approval, success criteria, rollback conditions, and verification for every production-changing action.
  • Review the runbook after incidents, exercises, architecture changes, ownership changes, and monitoring updates.

Avoid

  • Do not execute generic commands against production without confirming the environment, permissions, target, and expected impact.
  • Do not rely on one dashboard, one responder, or one mitigation path during a serious incident.
  • Do not declare resolution before customer impact, service health, data integrity, and rollback stability are verified.

Frequently Asked Questions

Does this skill execute incident commands?
No. It provides templates and examples. Operators must review, authorize, test, and execute any command through approved procedures.
Can I use the examples directly in production?
No. Replace all placeholders and validate commands, permissions, endpoints, thresholds, and rollback behavior in your environment.
Which incident types are covered?
The detailed examples cover service outages and database incidents. The shared structure can support other incident types after careful adaptation.
Does it include communication guidance?
Yes. It includes initial notifications, progress updates, resolution notices, escalation conditions, and stakeholder roles.
How should teams maintain generated runbooks?
Assign an owner and review each runbook after incidents, exercises, service changes, monitoring updates, and contact changes.
Can Claude, Codex, and Claude Code use this skill?
Yes. The marketplace metadata lists Claude, Codex, and Claude Code as supported tools.

Developer Details

Author

sickn33

License

MIT

Skillstore revision

r2

Version notice

The author did not declare a version.

Ref

88a8e9a07f4c54ab105c1c41b6267c287146b07b

Maintenance freshness

7/26/2026

Usage

9 downloads ยท 96 views

File structure

๐Ÿ“„ SKILL.md

More from sickn33

View all
View all