Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Full-lifecycle incident management from your IDE. Prevent incidents before deploy, respond in real-time, and learn from post-mortems -- powered by Rootly.
npx claudepluginhub rootly-ai-labs/rootly-claude-plugin --plugin rootlyDeployment safety specialist for blast-radius analysis, downstream dependency checks, and cross-team coordination planning.
Deep production-incident investigator for root-cause analysis, evidence gathering, and remediation planning beyond the initial response brief.
Reliability pattern analyst for retrospectives, recurring-incident clustering, and systemic improvement recommendations.
Manage incident action items from the terminal. Subcommands - list (default - your open action items) or add <incident> "<summary>" (create one on an incident). Use to capture follow-ups during or after an incident without opening the Rootly UI.
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.
Draft a stakeholder-facing status update for an active incident, then post it after explicit confirmation. Useful for incident commanders pushing public-status-page or internal updates without opening the Rootly UI. Write action - never posts without confirming.
Ask natural language questions about incidents, on-call, services, and reliability data. Translates your question into Rootly API calls and returns structured answers.
Generate a concise stakeholder brief for an incident. Creates executive summary with key details, impact, timeline, and current status.
Executes bash commands
Hook triggers when Bash tool is used
External network access
Connects to servers outside your machine
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
This plugin requires configuration values that are prompted when the plugin is enabled. Sensitive values are stored in your system keychain.
ROOTLY_API_TOKENOptional: Rootly API token for hook scripts. Leave blank to use OAuth2 for MCP access (recommended).
${user_config.ROOTLY_API_TOKEN}DevsForge incident report generator with root cause analysis, timeline tracking, and post-mortem documentation
Claude plugins for Rootly - incident management, response automation, postmortems, service catalog, alert routing, and workflow orchestration
End-to-end incident postmortem generator. Paste an incident issue URL (Azure DevOps or Jira) and the agent gathers evidence from chat (Slack/Teams), the tracker (related issues, history), Datadog logs, and merged pull requests; reconstructs a chronological timeline with evidence tags; and writes a Google-SRE-style blameless postmortem (summary, impact, timeline, root cause, contributing factors, what went well/wrong, action items, lessons learned). Tracker-agnostic via issuekit. Bundles incident-timeline-builder and postmortem-writer skills.
Site Reliability Engineering discipline agent for reliability, monitoring, and incident response
Bugsnag API integration: view and manage errors, organizations, projects
Streamline engineering workflows — standups, code review, architecture decisions, incident response, and technical documentation. Works with your existing tools or standalone.
Uses power tools
Uses power tools
Uses Bash, Write, or Edit tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Incident management meets AI-powered development.
Prevent, respond, and learn from incidents -- without leaving your terminal.
You're in the zone writing code. Then:
git push and realize there's a SEV-1 in progressThis plugin brings Rootly's incident lifecycle into Claude Code -- so you can assess deployment risk, investigate incidents, check on-call, and generate retrospectives from the same terminal where you write code.
Before You Deploy
Analyzes your git diff against past incidents. Warns you if similar changes caused outages before. Checks if on-call coverage exists. |
When You Get Paged
Pulls full incident context, finds similar past incidents, suggests proven solutions, and shows who's on-call -- all in one brief. |
During Your Shift
See who's on-call across all schedules, shift metrics, upcoming handoffs, and health risk indicators. |
Service Health Check
Quick overview of all services with active incidents grouped by severity and age. |
Stakeholder Communication
Generate executive-friendly incident summaries with impact, timeline, and current status for stakeholder updates. |
Shift Handoffs
Create structured handoff documents for incident commanders or on-call transitions with context and next steps. |
Ask Questions
Natural language queries about your incident data, on-call schedules, and service reliability patterns. |
After the Dust Settles
Generates structured retrospectives from incident data: timeline, contributing factors, action items, and systemic patterns. |
You can use this plugin in two ways:
--plugin-dir loading for development and evaluation from sourceThis repository includes .claude-plugin/marketplace.json, so Claude Code can use the repo itself as a marketplace source.
/plugin marketplace add Rootly-AI-Labs/rootly-claude-plugin
/plugin
rootly and install it to your preferred scope:.claude/settings.json/reload-plugins
/rootly:setup
A browser window will open for you to log in to Rootly and grant access. No API token needed.
git clone https://github.com/Rootly-AI-Labs/rootly-claude-plugin.git
cd rootly-claude-plugin
claude --plugin-dir .
Claude Code loads the plugin directly from this directory for the current session. This is the recommended flow for local development and evaluation. For a persistent install, use the marketplace flow above.
/rootly:setup
This repository is a Claude Code plugin. If you only want direct Rootly MCP access in Claude Desktop / Cowork, configure the MCP server separately:
{
"mcpServers": {
"rootly": {
"url": "https://mcp.rootly.com/mcp"
}
}
}