From rootly
Generate a concise stakeholder brief for an incident. Creates executive summary with key details, impact, timeline, and current status.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rootly:briefThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are creating a concise stakeholder brief for an incident. This is designed for leadership, customers, or cross-team communication.
You are creating a concise stakeholder brief for an incident. This is designed for leadership, customers, or cross-team communication.
If $ARGUMENTS contains an incident ID:
mcp__rootly__getIncident with the provided IDmcp__rootly__listIncidentAlerts to get associated alertsIf no incident ID provided, prompt the user to specify one.
Create a structured brief with these sections:
# Incident Brief: [incident-title]
**Incident ID**: [short-id]
**Severity**: [severity]
**Status**: [status]
**Started**: [started-at]
**Duration**: [calculated duration]
## Impact Summary
[Brief description of customer/business impact]
## Current Status
[What's happening now - investigation, mitigation, resolution]
## Services Affected
- [list of affected services]
## Timeline (Key Events)
- **[time]**: [event description]
- **[time]**: [event description]
## Next Steps
[What's being done to resolve or prevent recurrence]
---
*Brief generated at [current-time] | Status may have changed since generation*
If the incident is not found or there's an error, provide a helpful message about checking the incident ID.
claude plugin install rootly@claude-plugins-officialGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.