Incident observability triage
Skill motao123/dev-workflow-kit/incident-observability-triage
21 markdown-first software delivery workflow skills for Claude Code, Codex, and compatible agents. Standalone skill kit covering planning, debugging, CI, review, security, rollout, performance, data quality, and post-incident workflows.
npx -y skills add motao123/dev-workflow-kit --skill incident-observability-triageAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when a problem is driven by alerts, logs, metrics, traces, dashboards, or visible production impact. This skill focuses on blast radius, mitigation direction, and telemetry-first investigation before jumping into implementation.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
2.0 KB, as published. Nobody here has run it
Incident Observability Triage
Use this skill when the failure is operationally visible and needs triage before code changes.
Trigger Conditions
Use this skill when:
- an alert is firing
- users are impacted in production or a shared environment
- logs, metrics, traces, or dashboards are the main evidence source
- the first priority is blast-radius assessment or mitigation
- the team needs to decide whether to stabilize first or diagnose deeper first
Do not use this skill for local-only bugs, obvious unit-test failures, or pure CI pipeline issues.
Workflow
- Capture the incoming signal: alert, user impact, dashboard, log spike, or trace anomaly.
- Estimate blast radius, severity, and affected surfaces.
- Correlate logs, metrics, traces, and recent changes where available.
- Separate immediate mitigation from deeper root-cause work.
- Recommend the next safest action order.
- Hand off to the right follow-up skill.
Output
For non-trivial work, provide:
- incident signal summary
- impact and blast radius
- likely failure surface
- mitigation direction
- deeper investigation path
- recommended next handoff
Coordination
After triage:
- use
systematic-debuggingfor deeper root-cause analysis - use
security-reviewif the incident suggests abuse, exposure, or broken permissions - move into the repo's coding workflow if the next step is a code fix
Invocation Examples
- "Use incident-observability-triage to triage this production alert from logs and metrics."
- "Use incident-observability-triage and tell me the likely blast radius before we patch anything."
- "Use incident-observability-triage to decide whether we mitigate first or keep diagnosing."