hotfix-procedures

Hotfixes are emergency releases designed to address critical production issues that cannot wait for the regular release cycle. This document outlines classification, procedures, and best practices for managing hotfixes across different development workflows.

Content Preview
# Hotfix Procedures

## Overview

Hotfixes are emergency releases designed to address critical production issues that cannot wait for the regular release cycle. This document outlines classification, procedures, and best practices for managing hotfixes across different development workflows.

## Severity Classification

### P0 - Critical (Production Down)
**Definition:** Complete system outage, data corruption, or security breach affecting all users.

**Examples:**
- Server crashes preventing an
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/hotfix-procedures.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering/release-manager/references/hotfix-procedures.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at engineering/release-manager/references/hotfix-procedures.md

Related Skills