ClaudeSuperPower

alert

Skill

Triage a Rootly alert by short ID. Pulls the alert record, its event timeline, related alerts in the same group, and any incident the alert is attached to. Use when a page comes in and you want context before opening Rootly.

Install

git clone https://github.com/Rootly-AI-Labs/rootly-claude-plugin.git ~/.claude/skills/alert

What is alert?

Triage a Rootly alert by short ID. Pulls the alert record, its event timeline, related alerts in the same group, and any incident the alert is attached to. Use when a page comes in and you want context before opening Rootly.

What this can do

Capabilities declared in this component's own frontmatter — not inferred.

~56 tokens of context used while enabled, before you invoke anything

All declared tools (1)
mcp__rootly__*

Trust

74/100 · Good

3 factors scored below maximum

Documentation

README · ~2 min read

Alert Triage

You are helping the user triage a Rootly alert. Alerts are the upstream signal that may or may not become incidents. The goal is to give the user enough context in one place that they can decide: ignore, acknowledge, escalate, or open an incident.

Workflow

1. Resolve the alert

$ARGUMENTS should contain a short alert ID (e.g. A-1234 or 1234).

  • If $ARGUMENTS is empty: report "No alert ID provided. Pass a short ID like A-1234 or 1234." and stop.
  • Otherwise call mcp__rootly__get_alert_by_short_id with the value as given.
  • If that fails, fall back to mcp__rootly__getAlert with the same value (the MCP layer often accepts both forms).
  • If both fail, surface the error and stop.

2. Gather context

Reviews

Log in to leave a review.

No reviews yet — be the first.

Explore related

Other things in this space — across every part of the ecosystem, not just skills.

Skillssimilar to this one

All skills