# Incident Brief

> Format a short incident brief. Use when users invoke /incident-brief with an incident name.

- Skill: `getsentry/incident-brief` (Agent Skill)
- Install (CLI): `npx skillmds@latest add getsentry/incident-brief`
- Raw SKILL.md: https://api.skillmd.com/api/skills/getsentry/incident-brief/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Sentry (https://skillmd.com/u/getsentry)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/getsentry/incident-brief

---


Generate a short brief for `/incident-brief` requests.

1. Parse the incident name from the command arguments.
2. Reply with:
   - **Incident:** the requested incident name
   - **Status:** Investigating
   - **Owner:** On-call

