hotfix
Wraps bin/hotfix.sh. Creates the two branches a patch-release
flow needs:
release/<major>.<minor>— long-lived, branched from the source tag. Idempotent: reused if it already exists. Future patches on the same minor go on the same branch.hotfix/<slug>— short-lived, branched off the release branch. The user commits the actual fix here.
After this skill: the user makes the fix, commits, then runs
/nyann:release from the hotfix branch.
1. Resolve the source
[Description truncada. Veja o README completo no GitHub.]