gh

Installation
SKILL.md

gh: GitHub CLI リファレンス

GitHub Issues・PR・CI を CLI から操作するためのクイックリファレンス。

Issue の作成

gh issue create --title "タイトル" --body "本文"

# ラベル付き
gh issue create --title "タイトル" --body "本文" --label "bug"

# 複数行の本文(HEREDOC)
gh issue create --title "タイトル" --body "$(cat <<'EOF'
## 概要
説明

## 受け入れ条件
- [ ] 条件1
Related skills
Installs
5
First Seen
Feb 19, 2026