hotfix

本番障害向けのホットフィックスフローを開始し、hotfix/* ブランチ作成からパッチリリース確認までを案内する。

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "hotfix" with this command: npx skills add akiojin/llmlb/akiojin-llmlb-hotfix

Hotfix Workflow

本番障害向けのホットフィックスフローを開始し、hotfix/* ブランチ作成からパッチリリース確認までを案内する。

Preflight

  • git status --short が空であること

  • main ブランチが存在すること

  • gh auth status が成功すること

実行内容

  • 前提条件チェック

  • main から hotfix/* ブランチ作成

  • 修正・品質チェック・PR作成・リリース確認の手順提示

使用方法

パターンA: Issue番号を指定

./scripts/release/create-hotfix.sh 42

-> hotfix/42

パターンB: 説明を指定

./scripts/release/create-hotfix.sh fix-critical-bug

-> hotfix/fix-critical-bug

パターンC: 対話式

./scripts/release/create-hotfix.sh

修正後の流れ

1) 修正実装

git add . git commit -m "fix: 緊急修正の説明"

2) 品質チェック

make quality-checks

3) プッシュ + PR

git push -u origin hotfix/xxx gh pr create --base main --head hotfix/xxx
--title "fix: 緊急修正の説明"
--label "hotfix,auto-merge"

4) リリース確認

gh release view

注意

  • 緊急修正以外の変更を含めない

  • Conventional Commits で fix: プレフィックスを使う

  • main マージ後はパッチ版(例: v1.2.4)が自動作成される

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

drawio

No summary provided by upstream source.

Repository SourceNeeds Review
General

writing hookify rules

No summary provided by upstream source.

Repository SourceNeeds Review
General

gh-fix-ci

No summary provided by upstream source.

Repository SourceNeeds Review