Scripting the GitHub Copilot CLI - Deep Dive
Ready for a deep dive in the Copilot CLI? Go beyond the basics as John shows you advanced ways of thinking about and using the Copilot CLI to help script and automate your daily development activities.
John on x: https://x.com/johnlindquist
Join the conversation on the Microsoft Foundry Discord: https://aka.ms/AIDevDays/Discord
Sign up for an Azure Free Trial: https://aka.ms/AzureFreeTrialYT
Get hands-on with today's VS Code lab repo: https://aka.ms/AIDevDays/LabDay2
Catch up on-demand: https://aka.ms/AIDevDays/OnDemand
Continue learning next week with AI Apps & Agents' global sessions: https://aka.ms/AIDevDays/Next
Register for the January AI Dev Days Hackathon: https://aka.ms/AIDevDays/Hackathon
Chapters:
00:00 - Intro and Overview of Copilot in the Terminal
00:49 - Running Copilot with Prompt Mode and Standard Output
01:30 - Preloading Context and Using Markdown for AI
02:22 - Using Diffs and Automating Commit Messages
03:03 - Key Flags: -p, Allow Tools, and Workflow Security
03:34 - Demo: Running Copilot in the Terminal
04:10 - Setting Up ZSH Aliases for Copilot Commands
05:54 - Interactive Mode vs Prompt Mode Explained
08:49 - Combining AI with Command Substitution and GitHub CLI
11:30 - Continue and Resume Sessions for Workflow Efficiency
13:41 - Building Custom Agents with Markdown
16:36 - Automating Pre-Commit Hooks with AI Agents
18:15 - Introducing MDFlow: Markdown That Thinks
20:49 - Running Markdown Files as Intelligent Agents
23:40 - Advanced Features: Piping, Templates, and Conditional Logic
25:55 - Wrap-Up and Final Thoughts
Watch on YouTube ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
Playlist
Uploads from Microsoft Developer · Microsoft Developer · 0 of 60
← Previous
Next →
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Prepare for the DP-300 exam & the Azure Database Administrator Associate cert | Data Exposed
Microsoft Developer
What I Wish I Knew ... about landing a job in tech
Microsoft Developer
Igniting Developer Innovation with Vector Search
Microsoft Developer
Combining the power of vector search with Azure OpenAI then revolutionize image search with vectors!
Microsoft Developer
What I Wish I Knew ... about finding your place in tech
Microsoft Developer
Fluent UI React Insights: Accessible by default
Microsoft Developer
Signing Container Images with Notary Project
Microsoft Developer
What I Wish I Knew ... about finding your place in tech
Microsoft Developer
What programming languages does GitHub Copilot support?
Microsoft Developer
What I Wish I Knew ... about how much your job can change
Microsoft Developer
What I Wish I Knew ... about how much your job can change
Microsoft Developer
How do I become more confident about AI?
Microsoft Developer
How do I become more confident about AI?
Microsoft Developer
Performance Demos of SQL’s Intelligent Query Processing Feedback capabilities | Data Exposed
Microsoft Developer
What I Wish I Knew ... about coming to Microsoft
Microsoft Developer
What I Wish I Knew ... about coming to Microsoft
Microsoft Developer
Revolutionizing Image Search with Vectors
Microsoft Developer
Igniting developer innovation with Vector search and Azure OpenAI
Microsoft Developer
Getting Started with Azure AI Studio's Prompt Flow - Part 2
Microsoft Developer
What I Wish I Knew ... about finding my career path
Microsoft Developer
What I Wish I Knew ... about finding my career path
Microsoft Developer
Windows Terminal's journey to Open Source
Microsoft Developer
Can I trust the code that GitHub Copilot generates?
Microsoft Developer
What I Wish I Knew ... about interviewing
Microsoft Developer
What I Wish I Knew ... about interviewing
Microsoft Developer
What is the Microsoft TechSpark Program?
Microsoft Developer
SQL Server 2022: Accelerate query performance while reducing query compile time - w/ no code changes
Microsoft Developer
What I Wish I Knew ... about discovering computer science
Microsoft Developer
What I Wish I Knew ... about discovering computer science
Microsoft Developer
Call center transcription and analysis using Azure AI
Microsoft Developer
How to use Text Analytics for health in Azure AI Language
Microsoft Developer
Azure OpenAI-powered summarization in Azure AI Language
Microsoft Developer
Accelerate data labeling using Azure OpenAI and Azure AI Language
Microsoft Developer
Building a Private ChatGPT with Azure OpenAI
Microsoft Developer
What I Wish I Knew ... about how to interview
Microsoft Developer
What I Wish I Knew ... about how to interview
Microsoft Developer
Getting Started with Azure AI Studio's Prompt Flow - Part 3
Microsoft Developer
Intelligent Apps with Azure Kubernetes Service (AKS)
Microsoft Developer
Getting Started with Azure Blob Storage | Data Exposed: MVP Edition
Microsoft Developer
Chat + Your Data + Plugins
Microsoft Developer
What I Wish I Knew ... about different career paths
Microsoft Developer
What I Wish I Knew ... about different career paths
Microsoft Developer
Advanced Dev Tunnels Features | OD122
Microsoft Developer
Learn Live - Manage performance and availability in Azure Cosmos DB for PostgreSQL
Microsoft Developer
Plan your SQL Migration to Azure with confidence | Data Exposed
Microsoft Developer
What I Wish I Knew ... about social skills in a tech career
Microsoft Developer
What I Wish I Knew ... about social skills in a tech career
Microsoft Developer
All About Vectors, Search, and Function Calling in Azure OpenAI - Labor Day Special
Microsoft Developer
Introduction to project ORAS
Microsoft Developer
What I Wish I Knew ... about finding the right major
Microsoft Developer
What I Wish I Knew ... about finding the right major
Microsoft Developer
What I Wish I Knew ... about how to approach programming
Microsoft Developer
What I Wish I Knew ... about how to approach programming
Microsoft Developer
Learn Live - Scale from a single node to multiple nodes with Azure Cosmos DB for PostgreSQL
Microsoft Developer
What I Wish I Knew ... about diversity in tech #1
Microsoft Developer
What I Wish I Knew ... about diversity in tech #1
Microsoft Developer
Get started with SQL Server AGs across Windows, Linux and Container Replicas | Data Exposed
Microsoft Developer
Writing LLM Apps with Azure AI and PromptFlow
Microsoft Developer
What I Wish I Knew ... about how cool working in tech could be
Microsoft Developer
Open Source foundation models in Azure Machine Learning & optimization techniques behind the scenes
Microsoft Developer
More on: AI Pair Programming
View skill →Related AI Lessons
⚡
⚡
⚡
⚡
Why You Accidentally Built a 5-App AI Stack
Dev.to · ForgeWorkflows
Doorbell Cameras Are Becoming Real-Time Awareness Systems
Medium · AI
I Built a Fully Automated YouTube Channel That Uploads Every Day - Without Touching It
Dev.to · Shuvo
I Didn’t Believe Free AI Tools Could Replace Paid Software… Until This Happened
Medium · ChatGPT
Chapters (16)
Intro and Overview of Copilot in the Terminal
0:49
Running Copilot with Prompt Mode and Standard Output
1:30
Preloading Context and Using Markdown for AI
2:22
Using Diffs and Automating Commit Messages
3:03
Key Flags: -p, Allow Tools, and Workflow Security
3:34
Demo: Running Copilot in the Terminal
4:10
Setting Up ZSH Aliases for Copilot Commands
5:54
Interactive Mode vs Prompt Mode Explained
8:49
Combining AI with Command Substitution and GitHub CLI
11:30
Continue and Resume Sessions for Workflow Efficiency
13:41
Building Custom Agents with Markdown
16:36
Automating Pre-Commit Hooks with AI Agents
18:15
Introducing MDFlow: Markdown That Thinks
20:49
Running Markdown Files as Intelligent Agents
23:40
Advanced Features: Piping, Templates, and Conditional Logic
25:55
Wrap-Up and Final Thoughts
🎓
Tutor Explanation
DeepCamp AI