# Hotfix

> Record directly-performed work in a Crabshell H hotfix document. Use for any task done in one pass that does not need a D/P/T workflow.

- Skill: `zipperbagcoffee/hotfix-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add zipperbagcoffee/hotfix-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/zipperbagcoffee/hotfix-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: ZipperBagCoffee (https://skillmd.com/u/zipperbagcoffee)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/zipperbagcoffee/hotfix-2

---


# Hotfix

After applying and verifying a direct fix or small task, create the hotfix record.
Resolve `{SKILL_DIR}` to the directory containing this `SKILL.md` and
`{PROJECT_ROOT}` to the absolute active project root. Run the bundled script
by its absolute path with that project as the explicit target:

```bash
node "{SKILL_DIR}/scripts/codex-docs.js" hotfix "title" --problem="..." --fix="..." --verification="..." --project-dir="{PROJECT_ROOT}"
```

The script creates `.crabshell/hotfix/HNNN-*.md` and appends to `.crabshell/hotfix/INDEX.md`.

