hotfix
0
总安装量
1
周安装量
安装命令
npx skills add https://github.com/akiojin/llmlb --skill hotfix
Agent 安装分布
amp
1
cline
1
opencode
1
cursor
1
continue
1
kimi-cli
1
Skill 文档
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ï¼ãèªå使ããã