triage-dependency-outages
Installation
SKILL.md
Dependency outage triage
Use OutageDeck's public MCP tools to establish vendor evidence before changing code. Treat status data as one diagnostic signal, not proof of causation.
Workflow
- Identify the external providers implicated by the request, logs, configuration, or stack description. Do not expose secrets while inspecting evidence.
- Resolve an ambiguous product or company name with
search_providers. Do not guess a provider slug after a failed lookup. - Check current status:
- Use
get_provider_statusfor one provider. - Use one
check_my_stackcall for 2-12 providers. Split larger stacks into batches of at most 12. - Use
list_active_incidentsonly for an ecosystem-wide question such as "what is down right now?"
- Use
- When a result includes an incident, call
get_incident_detailswith its exact slug. Usesearchfollowed byfetchwhen the user needs a citable document or the incident must be found from descriptive text. - Use
get_uptimefor one provider's 7-90 day history. Useget_outage_reportfor a cross-vendor historical comparison. Do not use historical uptime to claim that a current failure is vendor-caused. - Compare the vendor timeline, affected service, and severity with the user's error and timestamps.
- Return the evidence and the narrowest defensible verdict before proposing code changes.