# Github Release Incident Flow

> Govern release readiness and incident response flow in GitHub with rollback evidence, hotfix linkage, and follow-up controls.

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

---


# GitHub Release Incident Flow

## Purpose

Standardize release and incident lifecycle controls in GitHub Issues/PRs/Projects.

## Core checks

- Release notes/changelog readiness
- Validation evidence linked to release item
- Rollback path and owner documented
- Incident severity/impact/owner/containment recorded
- Hotfix branch+PR linkage to incident
- Follow-up prevention tickets created before closure

## Output format

```text
RELEASE_INCIDENT_REPORT
mode: <release-readiness|incident-flow|post-incident>
scope: <repo|org>
policy_profile: <strict|standard|light>
findings:
- <check status + evidence>
actions:
1) <action + owner + verification>
decision:
- <apply|defer|NO_CHANGE>
missing_evidence:
- <none or artifacts>
```

