# Hotfix

> Fast but controlled hotfix workflow for urgent production incidents. Use when a critical bug needs an immediate targeted fix.

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

---


# Hotfix

Follow `.agent/workflows/hotfix.md` strictly.

Execution requirements:

1. Document incident impact and minimal fix scope.
2. Apply smallest root-cause-oriented fix.
3. Run critical smoke tests for affected flows.
4. Update `CHANGELOG.md` and minimal impacted docs.
5. Run pre-commit checks before final handoff.
6. Record post-hotfix follow-up items.

Do not bundle unrelated improvements.

