Install
$ agentstack add skill-contextosai-skills-triage-incident ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Triage an Incident
Reduce harm first, preserve the ability to learn why, and keep facts distinct from hypotheses.
Protocol
- Establish whether the event is active. Record start/detection time, affected
users/regions/intents, symptom, severity signals, and current owner. Use absolute timestamps with timezone.
- Define impact in user and business terms. Separate confirmed impact from
suspected blast radius and monitoring artifacts.
- Freeze unnecessary changes and preserve volatile evidence: deploy/version
identifiers, flags/config, traces, logs, metrics, queue depth, resource state, and recent changes. Redact sensitive data.
- Identify the failing boundary and healthy comparison: region, tenant,
version, route, dependency, data partition, or time window.
- Choose the safest reversible mitigation that reduces harm fastest: disable a
feature, shed load, fail closed/open according to risk, route traffic, rollback code/config, pause writes, or degrade functionality. State expected signal, abort threshold, and recovery path before acting.
- Do not mutate production without explicit authority. When authorized, make
one controlled change at a time and timestamp the observation window.
- Maintain competing hypotheses and discriminating evidence. Do not let the
most senior or most recent theory become fact by repetition.
- Reassess impact after mitigation. Watch for silent corruption, backlog,
retries, secondary saturation, or delayed consumers after headline metrics recover.
- Declare stabilization only when user-impact and system-health signals remain
within stated bounds for an appropriate window. Hand off residual recovery, root-cause investigation, and evidence retention explicitly.
Communication discipline
- Use
references/incident-record.mdas the shared source of truth. - Publish facts, actions, owners, timestamps, and next update time. Avoid raw
speculation in stakeholder updates.
- Mark decisions with rationale and the evidence expected to confirm or reverse
them.
- Never expose credentials, exploit details, private user data, or sensitive
internal identifiers in broad updates.
Exit conditions
End triage with current severity, confirmed impact, mitigation state, residual risk, recovery owner, next checkpoint, and whether root-cause work is separate. Do not declare resolution merely because alert volume dropped.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: contextosai
- Source: contextosai/skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.