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
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
Yuta Matsumura
February 12, 2026
Technology
0
230
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
Serverless Agent Architecture on Azure / serverless-agent-on-azure
miyake
1
130
マネージャー版 "提案のレベル" を上げる
konifar
10
6k
LINEアプリ開発のための Claude Code活用基盤の構築
lycorptech_jp
PRO
1
1.3k
AIエージェントで変わる開発プロセス ― レビューボトルネックからの脱却
lycorptech_jp
PRO
2
840
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
15
95k
Introduction to Bill One Development Engineer
sansan33
PRO
0
380
マイグレーションガイドに書いてないRiverpod 3移行話
taiju59
0
340
ソフトウェアアーキテクトのための意思決定術: Create Decision Readiness—The Real Skill Behind Architectural Decision
snoozer05
PRO
27
8.3k
Master Dataグループ紹介資料
sansan33
PRO
1
4.4k
問い合わせ自動化の技術的挑戦
recruitengineers
PRO
2
110
Databricks (と気合い)で頑張るAI Agent 運用
kameitomohiro
0
360
LINEヤフーにおけるAI駆動開発組織のプロデュース施策
lycorptech_jp
PRO
0
380
Featured
See All Featured
Optimising Largest Contentful Paint
csswizardry
37
3.6k
Utilizing Notion as your number one productivity tool
mfonobong
4
240
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
659
61k
The Invisible Side of Design
smashingmag
302
51k
AI in Enterprises - Java and Open Source to the Rescue
ivargrimstad
0
1.2k
Embracing the Ebb and Flow
colly
88
5k
How GitHub (no longer) Works
holman
316
140k
My Coaching Mixtape
mlcsv
0
63
Digital Projects Gone Horribly Wrong (And the UX Pros Who Still Save the Day) - Dean Schuster
uxyall
0
580
Organizational Design Perspectives: An Ontology of Organizational Design Elements
kimpetersen
PRO
1
620
The Organizational Zoo: Understanding Human Behavior Agility Through Metaphoric Constructive Conversations (based on the works of Arthur Shelley, Ph.D)
kimpetersen
PRO
0
260
A Tale of Four Properties
chriscoyier
162
24k
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