Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
GitHub Copilot CLI を使いやすくしよう
Search
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Yuta Matsumura
February 12, 2026
Technology
0
240
GitHub Copilot CLI を使いやすくしよう
2026/02/12 クラメソふくおかIT勉強会でのLT資料です
https://classmethod.connpass.com/event/381672/
Yuta Matsumura
February 12, 2026
Tweet
Share
More Decks by Yuta Matsumura
See All by Yuta Matsumura
使って学ぼう MCP (と GitHub Codespaces)
tsubakimoto_s
1
230
AspireとGitHub Modelsで作るお手軽AIアプリ
tsubakimoto_s
0
74
Memories of GitHub Universe & San Francisco
tsubakimoto_s
0
62
私のMCPの使い方
tsubakimoto_s
0
170
これからはじめる Model Context Protocol
tsubakimoto_s
0
80
Cloudflare の MCP サーバーをためしてみた
tsubakimoto_s
1
220
re:Invent の裏でアップデートされていた .NET Aspire で統合するAWS のクラウドリソース
tsubakimoto_s
1
150
.NET AspireでAzure Functionsやクラウドリソースを統合する
tsubakimoto_s
0
350
Microsoft Entra External IDとAzure AD B2C
tsubakimoto_s
0
2.5k
Other Decks in Technology
See All in Technology
ヘルシーSRE
tk3fftk
2
240
入門DBSC
ynojima
0
130
オンプレとGoogle Cloudを安全に繋ぐための、セキュア通信の勘所
waiwai2111
3
1.1k
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
15
95k
Contract One Engineering Unit 紹介資料
sansan33
PRO
0
14k
大規模サービスにおける レガシーコードからReactへの移行
magicpod
1
130
男(監査)はつらいよ - Policy as CodeからAIエージェントへ
ken5scal
5
730
マネージャー版 "提案のレベル" を上げる
konifar
18
12k
白金鉱業Meetup_Vol.22_Orbital Senseを支える衛星画像のマルチモーダルエンベディングと地理空間のあいまい検索技術
brainpadpr
2
200
「使いにくい」も「運用疲れ」も卒業する UIデザイナーとエンジニアが創る持続可能な内製開発
nrinetcom
PRO
1
780
Oracle Cloud Infrastructure:2026年2月度サービス・アップデート
oracle4engineer
PRO
0
220
クラウド時代における一時権限取得
krrrr38
1
160
Featured
See All Featured
Avoiding the “Bad Training, Faster” Trap in the Age of AI
tmiket
0
96
Darren the Foodie - Storyboard
khoart
PRO
3
2.7k
Visualization
eitanlees
150
17k
SEO in 2025: How to Prepare for the Future of Search
ipullrank
3
3.3k
Designing Powerful Visuals for Engaging Learning
tmiket
0
260
Typedesign – Prime Four
hannesfritz
42
3k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
141
35k
The agentic SEO stack - context over prompts
schlessera
0
680
ラッコキーワード サービス紹介資料
rakko
1
2.5M
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.4k
Art, The Web, and Tiny UX
lynnandtonic
304
21k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Transcript
GitHub Copilot CLI を 使いやすくしよう 2026/02/12 クラメソふくおかIT勉強会 Yuta Matsumura ©
2026 Yuta Matsumura. #cm_fukuoka_study 1
© 2026 Yuta Matsumura. #cm_fukuoka_study 2
GitHub Copilot CLI • GitHub Copilot のコマンドラインツール `copilot` • Visual
Studio Code の Copilot でできることは大抵できる • おすすめの使い方は • Markdown 文章の生成 (VS Code 等では Markdown がレンダリングされてコピペしづらい) • 他のコマンドライン結果を Copilot に渡す copilot -p "1行コミットメッセージを生成して: $(git diff --cached)" © 2026 Yuta Matsumura. #cm_fukuoka_study 3
// All platforms npm install -g @github/copilot // Windows winget
install GitHub.Copilot // macOS and Linux brew install copilot-cli // Install script (macOS and Linux) curl -fsSL https://gh.io/copilot-install | bash © 2026 Yuta Matsumura. #cm_fukuoka_study 4 インストール方法
© 2026 Yuta Matsumura. #cm_fukuoka_study 5 interactive mode
© 2026 Yuta Matsumura. #cm_fukuoka_study 6 interactive mode
copilot --prompt "Copilotについて教えて" © 2026 Yuta Matsumura. #cm_fukuoka_study 7 non-interactive
mode
© 2026 Yuta Matsumura. #cm_fukuoka_study 8 モデルが選べない!
copilot --model gpt-5 --prompt "..." © 2026 Yuta Matsumura. #cm_fukuoka_study
9 モデル指定でプロンプト入力 Claude を使いたい ときもある・・・
© 2026 Yuta Matsumura. #cm_fukuoka_study 10 function cos ($prompt) {
copilot -- model " claude - sonnet - 4.5 " ... } function coo ($prompt) { copilot -- model " claude - opus - 4.5 " ... } function coc ($prompt) { copilot -- model " gpt - 5.1 - codex - max" ... } function cog ($prompt) { copilot -- model " gemini - 3- pro - preview " ... } エイリアスを設定しよう
© 2026 Yuta Matsumura. #cm_fukuoka_study 11
Appendix • GitHub Copilot CLI • GitHub Copilot CLI -
GitHub Docs • Scripting the GitHub Copilot CLI - Deep Dive © 2026 Yuta Matsumura. #cm_fukuoka_study 12
松村 優大 (MLBお兄さん) © 2026 Yuta Matsumura. #cm_fukuoka_study 株式会社オルターブース (Chief
Technical Architect) Microsoft MVP for Developer Technologies Microsoft Top Partner Engineer Award 2025 GitHub 公認トレーナー C#, PHP, Azure, GitHub #fukuten #devblogradio #fukuoka_mcp https://linktr.ee/tsubakimoto 13
告知 Fukuoka MCP と LINE Developer Community さんで ハンズオンイベントを共催します [2月19日
19時~ AIPカフェ] © 2026 Yuta Matsumura. #cm_fukuoka_study 14 connpass
ご清聴ありがとうございました © 2026 Yuta Matsumura. #cm_fukuoka_study 15