# Hotfix

> Emergency P0 fixes. Fast-track production deployment with minimal changes. Branch from master, immediate deploy. Use when this capability is needed.

- Skill: `tomevault-io/hotfix-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/hotfix-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/hotfix-2/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/hotfix-2

---


# @hotfix

Emergency production fixes. Minimal changes, fast testing, merge to master with tag.

## When to Use

- P0 CRITICAL only
- Production down or severely degraded
- Data loss/corruption risk

## Workflow

1. **Branch** — `git checkout master && git pull && git checkout -b hotfix/{id}-{slug}`
2. **Minimal fix** — No refactoring, fix bug only
3. **Smoke test** — Critical path verification
4. **Merge** — `git checkout master && git merge hotfix/{branch} --no-edit`
5. **Tag** — `git tag -a v{VERSION} -m "Hotfix: {description}"`
6. **Push** — `git push origin master --tags`

## Output

Hotfix merged, tagged, pushed. Issue closed.

## See Also

- @bugfix — P1/P2 quality fixes
- @issue — Classification

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/fall-out-bug) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

