fukuro-alpha-result-copilot-cli-setup-1492351091679957124-20260510.md · 自動変換

梟α 結果: GitHub Copilot CLI + Claude Code プラグイン セットアップ

日時: 2026-05-10 作業者: 梟α チャンネル: 1492351091679957124


1. 結論

セットアップ完了。次回 Claude Code 再起動後に /delegate-copilot <request> が利用可能になります(インストール直後はスラッシュコマンドのリロードが必要な場合あり)。


2. 各ステップ実行結果

Step 1: gh CLI 確認

Step 2: Copilot CLI(旧 gh-copilot 拡張は deprecated → 新 @github/copilot 採用)

Step 3: 動作確認

copilot -p "git の現在のブランチを確認するコマンドを 1 行で教えて" --allow-all-tools

→ 応答: git branch --show-current ✅ (消費: 1 Premium request / 5s / ↑22.1k ↓46 tokens)

Step 4: Claude Code プラグイン

Step 5: 動作テスト


3. たかぁきさんがやること

  1. Claude Code を再起動(または /reload 系コマンドで plugin 再読込)して /delegate-copilot が補完候補に出ることを確認
  2. 試す:
    /delegate-copilot gitの差分を確認してコミットメッセージを提案して
    
  3. (任意)他の delegate も同じ marketplace にあるので追加可能:
    claude plugin install delegate-claude@claude-plugin-opinionated
    claude plugin install delegate-codex@claude-plugin-opinionated
    claude plugin install delegate-gemini@claude-plugin-opinionated
    

4. 参考情報


梟α 作業完了