π¬ Video Script β GitHub Copilot CLI Beginner Masterclass¶
Internal document β for Sutheesh's use only. Slide-by-slide talking points for recording. Each slide maps to a section in the Study Guide using PortalPresenter.
Recording Notes¶
| Detail | |
|---|---|
| Format | YouTube Masterclass (~45-60 min) |
| Style | PortalPresenter slides + live terminal demos |
| Screens | Split: study guide on left, terminal on right when demoing |
| Tone | Friendly, encouraging, "we're learning together" |
| Audience | IT professionals with ZERO terminal/developer experience |
| Chapters | Add YouTube chapters at each Module heading for easy navigation |
General Tips for Recording¶
- π― Pause after key points β give viewers time to absorb
- π Repeat important things twice β once as a concept, once as a summary
- π¬ Use the analogies β they're the strongest teaching tool; lean into them
- πΈ Show the study guide β remind viewers it's available as a PDF
- βΈοΈ Suggest pausing β at each hands-on exercise, say "Pause the video and try this yourself"
- π Share your own experience β "When I first opened a terminal, I felt the same way..."
- π¬ YouTube chapters β add timestamp chapters for every module in the description
Slide 1: Title Card & Hook¶
Show: Study Guide title (hero section)
Say:
"If you work in IT and you've never used a terminal β this video is for you. By the end of this masterclass, you'll have an AI assistant living inside your command line that can run commands, read files, manage Azure, check your emails, and do in 10 seconds what used to take you 10 minutes."
"I'm Susanth, and this is the complete beginner's guide to GitHub Copilot CLI. No coding background needed. No developer experience assumed. Just follow along step by step."
"There's a free study guide linked in the description β you can download it as a PDF and follow along. Let's get started."
π― Presenter tip: Open with energy. This is the hook β the first 15 seconds determine if people keep watching. Lead with the VALUE, not the topic name.
π Cue: Point to the description for the study guide link.
Slide 2: Scenario β Meet Alex¶
Show: Scenario section
Say:
"Before we dive in, meet Alex. Alex is an IT admin β manages M365 users, Azure VMs, handles tickets. All through the GUI. Sound familiar? Alex clicks through the Azure Portal, scrolls through admin centers, right-clicks through File Explorer."
"It works. But it's slow. Especially when Alex needs to do the same thing 50 times. Today, Alex discovers Copilot CLI, and by the end β everything changes."
"You are Alex. Let's begin."
π― Presenter tip: Make it personal β "If you've ever spent 30 minutes clicking through admin portals to do something that should take 30 seconds... you're Alex."
Slide 3: Prerequisites¶
Show: Prerequisites table
Say:
"Here's what you need to follow along. Windows, macOS, or Linux β Copilot CLI works on all three. An internet connection. A free GitHub account. And a Copilot subscription β the free tier gives you 50 requests per month, which is plenty for this entire masterclass."
"I also recommend Windows Terminal from the Microsoft Store. If you're on Mac, the built-in Terminal works fine."
π Cue: Briefly show github.com/signup and github.com/features/copilot.
π― Presenter tip: Don't linger here β people want to get to the good stuff. 30 seconds max.
Slide 4: What You'll Achieve¶
Show: Achievement checklist
Say:
"By the end of this video, you'll be able to do ALL of these things." (scroll through the list slowly)
"Navigate your file system, have real AI conversations, manage sessions and memory, choose AI models wisely, manage your budget, stay safe, and connect to Azure and M365 β all from the terminal."
π― Presenter tip: Read 3-4 key items, not all of them. Let the visual do the work.
Slide 5: Module Overview¶
Show: Module tree diagram
Say:
"Here's our roadmap β 17 modules plus a bonus. We start with the absolute basics β what even IS a terminal β and build up to connecting to cloud services and querying your workplace data."
"Each module has a checkpoint at the end. If you can tick all the boxes, you're ready for the next one."
"Let's start with Module 1."
π Cue: Highlight that the guide is modular β viewers can skip ahead if they already know certain topics.
Slide 6: Module 1 β What is a Terminal?¶
Show: GUI vs CLI section + restaurant analogy
Say:
"You've been using computers through a GUI β Graphical User Interface β your entire life. Clicking icons, dragging windows, selecting from menus. A terminal is different. It's a CLI β Command Line Interface. Instead of clicking, you TYPE commands."
"Here's my favourite way to think about it. Imagine a restaurant."
"GUI β you're a customer in the dining room. You look at the menu, point to what you want, the waiter brings it. Easy, but you can only order what's on the menu."
"CLI β you're in the kitchen. You can cook ANYTHING. But you need to know what you're doing."
"Copilot CLI β you have a master chef standing right next to you. You say 'I want mushroom risotto' and the chef handles everything. You get the full power of the kitchen without memorising a single recipe."
π― Presenter tip: This analogy LANDS. Pause after the punchline. Let it sink in.
Say (continued):
"But here's the real reason IT professionals should care about the CLI: GUIs don't scale."
"Imagine your manager asks you to disable 50 accounts by Friday. With the GUI, that's 50 clicks through the admin center. With the CLI and Copilot? One sentence: 'Disable sign-in for all users in the departing employees group.' Done."
π― Presenter tip: Use the comparison table here β show GUI vs CLI side by side.
Slide 7: Module 2 β What is Copilot CLI?¶
Show: Building diagram + floor table
Say:
"Now let's understand WHERE Copilot CLI fits. Think of your computer as a building with floors."
(point to each layer)
"Foundation β that's Windows, your operating system. Floor 1 β the Terminal. It's just a window. Like a pane of glass, it doesn't DO anything on its own. Floor 2 β PowerShell. This is the engine that actually understands commands. And Floor 3 β Copilot CLI. The AI brain that translates your plain English into commands PowerShell can execute."
"When someone says 'I used the terminal' β they're actually using THREE layers at once. Understanding this helps you troubleshoot."
π Cue: Point to the building ASCII art. Pause at each floor.
Say (continued):
"What makes Copilot CLI different from any other AI chatbot? It can TALK and DO. It doesn't just suggest a command β it actually RUNS it on your machine, reads the output, handles errors, and keeps going."
π― Presenter tip: Show the capabilities table. Don't read every row β highlight 3-4 that would impress an IT admin (run commands, read files, connect to Azure).
Slide 8: Module 2 β How the AI Learned¶
Show: How it learned section + medical student analogy
Say:
"People always ask β how does the AI know all these commands? Did it practice using a computer?"
"No. Think of a doctor. A doctor doesn't learn medicine by getting sick. They learn by reading thousands of textbooks and case studies. Copilot learned the same way β by reading BILLIONS of documents. Microsoft docs, Stack Overflow, GitHub repos, PowerShell help files."
"Does it always get it right? No. Like any professional, it can make mistakes. That's why it always asks for your permission before doing anything risky."
π― Presenter tip: The medical student analogy is powerful β it normalises the fact that AI can be wrong sometimes.
Slide 9: Module 3 β Copilot CLI vs ChatGPT¶
Show: Comparison table
Say:
"Everyone asks this. Let me give you the honest answer."
(show table)
"ChatGPT lives in your browser. Copilot CLI lives in your terminal. ChatGPT can only SUGGEST commands β you copy-paste and run them yourself. Copilot CLI actually EXECUTES them. ChatGPT can't read your files. Copilot CLI can. ChatGPT can't deploy to Azure. Copilot CLI can."
"My favourite analogy: ChatGPT is like calling a mechanic on the phone for advice. Copilot CLI is like having the mechanic IN your garage, tools in hand, doing the work."
π― Presenter tip: Let the table speak. Don't read every row β hit the big ones (run commands, read files, deploy to Azure).
Say (continued):
"But let me be fair β neither tool is 'better.' They're for different situations. ChatGPT is great for creative writing and research. Copilot CLI is great for DOING things on your computer and in the cloud."
π Cue: Show the limitations table briefly β "Here's what Copilot CLI CANNOT do β it's important to set realistic expectations."
Slide 10: Module 4 β Installing Copilot CLI¶
Show: Installation section with Windows/macOS tabs
Say:
"Time to get hands-on. If you haven't installed Copilot CLI yet, pause the video and do it now."
"On Windows β one command:
winget install GitHub.Copilot. Winget is Windows' built-in package manager.""On Mac β two commands: install Homebrew first if you don't have it, then
brew install copilot-cli.""After installing, type
copilot --versionto verify it worked."
Demo: πΈ Show the installation process on both Windows and Mac (or just Windows live, Mac as screenshot).
π― Presenter tip: If you're going to show both platforms, do Windows live and Mac as a quick screenshot. Don't spend too long here β viewers want the first conversation.
Slide 11: Module 4 β First-Time Authentication¶
Show: Authentication section + welcome screenshot
Say:
"First time you run
copilot, it'll ask you to sign in. It opens a browser window, you enter a code, authorise with your GitHub account, and you're done. You only do this once."
Demo: πΈ Show the auth flow β terminal code β browser β authorize β back to terminal.
π Cue: Show the welcome screenshot: copilot-welcome.webp
Slide 12: Module 5 β Your First Conversation β¶
Show: First conversation section
Say:
"This is the moment. Type: 'What is my computer's name?' and hit Enter."
(wait for the result)
"See that? You typed plain English. Copilot figured out the right command, ran it, and gave you the answer. You didn't need to know that the command is
hostname. You just asked."
Demo: πΈ LIVE DEMO β this is the most important demo in the entire video:
- Type
copilot - Type: "What is my computer's name?"
- Show the result
- Type: "How much free disk space do I have?"
- Type: "What version of Windows am I running?"
- Type: "What are the top 5 processes using the most memory?"
π― Presenter tip: This is the "aha moment" β the most important 60 seconds of the entire video. Go SLOW. Let the viewer see each question and result. Pause after each one. React genuinely β "See how easy that was?"
Say (after demo):
"Pause the video. Open your terminal. Type
copilot. And ask it 3 questions about your computer. I'll wait."(pause)
"Welcome back. How did that feel? You just had your first AI-powered terminal conversation."
π Cue: Show first-conversation.webp screenshot if not doing live demo.
Slide 13: Module 5 β Behind the Scenes¶
Show: Behind the scenes flow diagram
Say:
"Let me show you what happened behind the scenes. You typed English. Copilot understood your intent. It chose the right PowerShell command. PowerShell executed it. And the result came back to you."
"Four layers working together. And you only had to worry about one thing: describing what you wanted."
"This is the fundamental value: you describe the WHAT, Copilot handles the HOW."
π― Presenter tip: This is a great moment to reference the building analogy from Module 2 β "Remember the building? You talked to Floor 3, it instructed Floor 2, which ran on the Foundation."
Slide 14: Module 6 β Navigating the File System¶
Show: Building/rooms analogy + 5 commands table
Say:
"Before Copilot can work with your files, you need to know how to move around. Good news: there are ONLY 5 commands to learn."
"
pwdβ where am I?lsβ what's here?cd foldernameβ go into that room.cd ..β go back.cd ~β go home.""That's it. Five commands. Ninety percent of all navigation."
Demo: πΈ LIVE DEMO β walk through the hands-on exercise step by step:
pwdβ show current locationlsβ show folder contentscd Desktopβ move into Desktoppwdβ confirm you movedlsβ show Desktop contentscd ..β go backcd ~β go homepwdβ confirm you're home
π― Presenter tip: Go SLOW. Type each command, wait for the output, explain what happened. This is foundational β if viewers don't get navigation, they'll struggle with everything else.
Say (after demo):
"Pause the video and try this yourself. Navigate to your Desktop, look around, go back, go home. Five commands. You've got this."
Slide 15: Module 7 β Talking to Copilot (Plain English)¶
Show: Vague vs specific prompts table + magic phrases
Say:
"Now let's talk about HOW to ask Copilot for things. Because the quality of your question determines the quality of the answer."
"Vague prompt: 'Check my disk.' Specific prompt: 'Show me free space on all drives in GB.' The specific one gets a better result every time."
"But here's the thing β starting vague is FINE. You can refine through conversation. Say 'show me large files,' and Copilot will ask 'which folder? how large?' You narrow it down together."
Show: Magic phrases table
Say:
"There are some magic phrases that consistently get better results. 'Explain like I'm new to...' gets beginner-friendly explanations. 'Step by step' gets numbered walkthroughs. 'Before you do anything, explain what you're going to do' gives you a preview before Copilot acts."
π― Presenter tip: Show 2-3 live examples of vague vs specific to drive the point home.
Slide 16: Module 8 β Slash Commands & the ! Prefix¶
Show: Slash command reference tables
Say:
"There are two more ways to communicate. Slash commands β these start with forward-slash and do specific things instantly. They're like buttons on a remote control."
(highlight key ones)
"
/helpβ shows everything./modelβ switches the AI brain./resumeβ picks up a past session./compactβ frees up memory.""And then there's the exclamation mark trick. Put
!before any command to bypass Copilot and run it directly in PowerShell. Like!hostnameor!Get-Date. Useful when you already know the exact command."
Demo: Show all three styles for the same goal:
- Plain English: "What's today's date?"
- Slash command:
/help !prefix:!Get-Date
π― Presenter tip: Emphasise that plain English is 90% of the time. Slash commands and ! are for power users who want speed.
Slide 17: Module 9 β Sessions¶
Show: Phone call analogy table
Say:
"Every time you launch Copilot and start chatting, you're in a SESSION. Think of it like a phone call."
"During the call, the other person remembers everything you've said. When you hang up, the call is over. But with Copilot, you can pick up where you left off β that's
/resume.""Pro tip: before you exit an important session, give it a name with
/rename. Trust me β 'Azure VM cleanup' is much easier to find than 'What is my computer's name' from three days ago."
Demo: Show /rename and /resume in action (or describe if not practical to demo).
π― Presenter tip: The naming tip is GOLD β emphasise it. "Future you will thank present you."
Slide 18: Module 10 β The Passport Strategy β¶
Show: Passport analogy + ASCII diagram + example instructions file
Say:
"This is the most powerful concept in the entire masterclass. If you remember ONE thing from this video, make it this."
"Every session is like a phone call β temporary. But your custom instructions file? That's your PASSPORT. It's permanent. Copilot reads it at the start of EVERY session."
(show the ASCII diagram β with instructions vs without)
"Without instructions, every session you repeat yourself. 'I'm Alex. I use PowerShell. I work with Azure.' Over and over."
"WITH instructions, you set it up once and Copilot knows you forever. Every session already knows your name, your tools, your preferences."
Show: Example instructions file
Say:
"Here's what an instructions file looks like. Your name, role, timezone. Your OS and tools. Your preferences β like 'explain commands before running them.' Common tasks you do."
"The easiest way to create this? Just ask Copilot: 'Create a custom instructions file for me' and describe yourself."
Say (the power workflow):
"Here's the workflow that makes this POWERFUL. Learn something useful. Save it to your instructions. Clear the session. Next session β Copilot already knows. Over time, your Copilot gets SMARTER. Not because the AI model changed, but because your instructions file grew."
π― Presenter tip: This is a STAR moment in the video. Slow down. Repeat the key line: "Learn it. Save it. Clear. Move on." Maybe even put it on screen as text. This concept separates casual users from power users.
Slide 19: Module 11 β The Context Window¶
Show: Whiteboard ASCII diagram + traffic light
Say:
"Everything in your conversation lives on a shared whiteboard. Your messages, Copilot's responses, files it read, tool definitions β all on one whiteboard with a fixed size."
"Here's the surprising part: 30-40% of the whiteboard is already used BEFORE you say hello. System instructions, tool definitions, MCP connections β they're all loaded automatically."
"Use the traffic light. Green β you're fine. Yellow β run
/compactsoon. Red β act now before you lose important context."
π― Presenter tip: Keep this module brief in the video β it's important conceptually but not exciting visually. Hit the key points and move on.
Slide 20: Module 12 β Choosing AI Models¶
Show: Chef analogy table + model comparison + /model screenshot
Say:
"When you talk to Copilot, you're talking to a specific AI brain β called a model. Different models, different strengths, different costs."
"Think of it like chefs at a restaurant. Haiku β fast-food cook. Quick, cheap, good enough. Sonnet β reliable head chef. Opus β Michelin-star quality. And GPT-4.1 β the house cook. Free but less fancy."
"Switch anytime with
/model."
Demo: Show the /model menu. Show model-menu.webp.
Say:
"My recommendation: start with Opus or Sonnet for serious work. Switch to Haiku for simple questions to save budget. We'll talk about budget in the next module."
π― Presenter tip: Don't spend too long on model details β the next module (budget) is where it gets practical.
Slide 21: Module 13 β Premium Requests & Budget¶
Show: Plans table + multiplier table + mermaid flowchart
Say:
"Now the money talk. Every message to a premium model costs premium requests from your monthly budget. Think of it like a mobile data plan."
"Free tier β 50 requests. Pro β 300. Pro Plus β 1,500. But here's the catch most people miss: not all messages cost the same."
(show multiplier table)
"Haiku costs just 0.33 requests per message. Opus costs 1. But GPT-4.5? FIFTY requests per message. Thirty messages and your entire Pro Plus budget is gone."
"The good news: when you run out, Copilot doesn't STOP. It drops to the free model β GPT-4.1. Less capable, but unlimited. You're never locked out."
π― Presenter tip: The GPT-4.5 = 50x stat is a jaw-dropper. Pause and let it land. Then immediately reassure: "But you'll never need GPT-4.5. Opus gives you the same quality for 50 times less."
Say:
"My budget tip: mix Haiku for simple stuff and Opus for complex work. Check
/usageregularly. You'll be fine."
Slide 22: Module 14 β Safety & Permissions¶
Show: 4 layers table + approval prompt screenshot
Say:
"Copilot can do a lot. So how do you make sure it doesn't do something you don't want? Four layers of safety."
"Layer 1 β content filters block harmful requests. Layer 2 β the AI model itself refuses dangerous actions. Layer 3 β Copilot ASKS before doing anything risky. Layer 4 β YOU approve or deny."
(show approval prompt)
"When Copilot wants to delete a file or run a system command, you'll see this. Y for yes, N for no. If you're not sure β say no, and ask Copilot to explain first."
Demo: Show approval-prompt.webp.
Say:
"Golden rule: always READ what Copilot is about to do before pressing Y."
π― Presenter tip: This builds trust with the audience. Many IT professionals are nervous about an AI running commands. Show them they're ALWAYS in control.
Slide 23: Module 15 β The @ Symbol¶
Show: @ reference section
Say:
"Quick but powerful feature. The
@symbol lets you show a file directly to Copilot.""
@config.json explain what each setting doesβ Copilot reads the actual file and gives you precise answers. Way better than trying to describe the file in words.""You can reference multiple files too:
@file1 @file2 what's different between these?"
π― Presenter tip: Quick module β 30-45 seconds. The concept is simple but incredibly useful.
Slide 24: Module 16 β Skills, Plugins & MCP Servers¶
Show: Phone apps analogy + skills/plugins/MCP table + architecture diagram
Say:
"So far, Copilot has been working with your local machine. But this is where it gets REALLY powerful. Through skills, plugins, and MCP servers, Copilot can connect to cloud services."
"Think of your phone. Skills are pre-installed apps β always there. Plugins are apps you download. And MCP servers are background services β like GPS or cloud sync β quietly running and providing data."
"With these enabled, you can say: 'List all VMs in my Azure subscription.' Or 'What emails did I get from my manager today?' Or 'Show me the open pull requests in this repo.'"
"All from the terminal. No context switching. No opening 5 different apps."
π― Presenter tip: This is a "wow" moment for IT admins. If you can do a LIVE demo of an Azure query or similar, it'll be the highlight of the video.
π Cue: Manage these with /skills, /plugin, /mcp.
Slide 25-28: Bonus Module 18 β Work IQ ββ¶
Video Note
This section is long enough to be carved out as a separate standalone video. When recording, capture clean in/out points so you can publish this module independently as a Work IQ explainer.
Slide 25: What is Work IQ?¶
Show: Work IQ intro + problem statement (5 apps β 1 terminal)
Say:
"Now for the bonus module β and honestly, this might be the most exciting part of the entire masterclass."
"Work IQ is a skill that connects Copilot CLI to your Microsoft 365 data. Emails, meetings, documents, Teams messages, people information β all queryable from your terminal."
"Think about your typical day. You check Outlook for emails. Teams for messages. SharePoint for documents. Calendar for meetings. That's FOUR apps, four context switches, before you've even started working."
"With Work IQ, you stay in one place and ask: 'What do I need to know this morning?'"
π― Presenter tip: Build anticipation β "What if I told you that you could query your entire workplace from a single terminal prompt?"
Slide 26: Work IQ Prerequisites & Setup¶
Show: Prerequisites table + architecture diagram (mermaid)
Say:
"Important callout: Work IQ requires a Microsoft 365 Copilot license. That's the enterprise AI add-on β separate from your GitHub Copilot subscription. If your organisation has it, you're in luck."
(show mermaid diagram)
"Here's how it works behind the scenes. Your question goes from Copilot CLI to the Work IQ skill, which queries Microsoft 365 Copilot, which searches your actual M365 data β Outlook, Teams, SharePoint, Calendar β and returns a summarised answer."
"Your data never leaves Microsoft's cloud. It stays within your tenant's security boundary."
π― Presenter tip: Security is a BIG concern for IT audiences. Address it proactively β "Your data is safe. Work IQ uses the same security as M365 Copilot."
Slide 27: Work IQ in Action¶
Show: Example prompts for all 6 categories
Say:
"Let me show you what you can actually ask. And there's a LOT."
"Emails: 'What did Sarah email me about this week?' 'Find emails about the budget review.' 'Summarise the email thread about the Azure migration.'"
"Meetings: 'What meetings do I have today?' 'What was discussed in yesterday's standup?' 'When is my next meeting with David?'"
"Documents: 'Find the Q4 sales report.' 'What documents were shared with me this week?'"
"Teams: 'What was discussed in the General channel today?' 'Find Teams messages about the server outage.'"
"People: 'Who is Sarah Chen and what team is she on?' 'Who does David report to?'"
"And the most powerful β cross-category queries: 'Prepare me for my 2pm meeting with David.' Work IQ pulls the meeting agenda, recent emails with David, shared documents, and context β all in one answer."
π― Presenter tip: If you have M365 Copilot, do a LIVE DEMO here. Even one real query will be 10x more impactful than screenshots. Query examples:
- "What meetings do I have today?"
- "What emails did I get this morning?"
- "Prepare me for my next meeting"
If you can't demo live (privacy), show a sanitised example or describe the output.
Slide 28: Work IQ β Privacy, Tips & Wrap-Up¶
Show: Privacy table + tips + limitations
Say:
"Let me address the elephant in the room β privacy. Work IQ only shows YOU your OWN data. It uses your existing permissions. If you can't see a SharePoint site in your browser, Work IQ can't see it either. It's just a different interface to the same data."
"A few tips: be specific about people's names β there might be multiple Sarahs. Specify time ranges β 'this week' is better than 'recently.' And use it for end-of-day reviews β 'summarise what happened today that I need to follow up on tomorrow.' That one prompt can save you 15 minutes."
"One limitation: Work IQ is read-only. It can search and summarise, but it can't send emails or modify documents. Think of it as your workplace search engine, not an action engine."
π― Presenter tip: End the Work IQ section by calling out the time savings: "Based on my experience, Work IQ saves about 30-45 minutes per day just from eliminating context switching. That's 2-3 hours per week you get back."
π Cue for standalone video: If publishing Work IQ as a separate video, this is the natural end point. Add a call to action: "If you want to learn the full Copilot CLI masterclass, check the link in the description."
Slide 29: Module 17 β Alex's Transformation¶
Show: Alex's daily workflow + before/after table
Say:
"Let's bring it all together. Remember Alex from the beginning? The IT admin who was skeptical about terminals? Here's Alex's morning now."
"8 AM β opens terminal, types
copilot. Custom instructions load automatically. Alex switches to Opus and renames the session.""8:01 AM β 'How much free disk space on all drives?' Ten seconds instead of opening 5 server consoles."
"8:05 AM β 'List all Azure VMs, show which are running and how much they cost.' One question instead of 15 minutes in the Azure Portal."
"8:10 AM β 'Find all files in Downloads larger than 100MB that haven't been accessed in 60 days.' Reviews the list. 'Delete them.' Approved. Space freed."
(show the before/after table)
"Check disk space: 10 minutes β 10 seconds. Disable 50 accounts: 45 minutes β 30 seconds. Write a monitoring script: 60 minutes β 2 minutes."
π― Presenter tip: This is the emotional climax. Show the TRANSFORMATION. This is where viewers go from "interesting" to "I need this."
Slide 30: Summary & Key Commands¶
Show: Summary table + key commands reference
Say:
"Let's recap everything. 17 modules plus a bonus. From 'what is a terminal' to querying your workplace data from the command line."
(briefly scan the summary table β don't read every row)
"And here's your cheat sheet β every command you need.
copilotto launch./modelto switch brains./resumeto pick up where you left off./compactto free memory.@to reference files.!to bypass Copilot.""Download the study guide from the description β it has all of this in a clean, printable PDF."
Slide 31: Next Steps & Outro¶
Show: Next steps table + channel subscribe
Say:
"Here's what I'd recommend next. Number one β practice daily. Use it for real tasks. Number two β set up your custom instructions. That Passport Strategy will change everything. Number three β learn Git. Number four β explore MCP servers and Azure integration."
"If this helped you, please like and subscribe. I'm building more masterclasses like this β MCP Servers, Copilot Studio, Azure AI Foundry, and more. Every guide comes with a free study guide PDF."
"Remember: you don't need to memorise commands. You just need to know what's possible β and then ask Copilot to help you get there."
"I'm Susanth from A Guide to Cloud & AI. Thanks for watching, and I'll see you in the next one."
π― Presenter tip: End with energy and confidence. Smile. The outro should feel like the viewer just accomplished something significant β because they did.
π Cue: End screen with subscribe button, next video suggestion, study guide download link.
π Recording Checklist¶
Before recording, make sure you have:
- [ ] Study guide open in PortalPresenter mode
- [ ] Windows Terminal ready with
copilotinstalled - [ ] macOS Terminal ready (if showing Mac install)
- [ ] GitHub account signed in
- [ ] MCP servers connected (for Module 16 demos)
- [ ] Work IQ available (for Module 18 demo, if possible)
- [ ] Screen recording set up (study guide + terminal split)
- [ ] Microphone tested
- [ ] Quiet environment
Demos to Capture¶
| Module | Demo | Priority |
|---|---|---|
| 4 | Install on Windows (winget install GitHub.Copilot) |
π₯ Must have |
| 4 | Install on Mac (brew install copilot-cli) |
π Nice to have |
| 5 | First conversation (3-4 questions) | π₯ Must have β STAR moment |
| 6 | Navigation exercise (pwd, ls, cd) | π₯ Must have |
| 8 | Three communication styles | π Nice to have |
| 12 | /model menu |
π Nice to have |
| 14 | Approval prompt | π Nice to have |
| 16 | Azure/cloud query | π₯ Must have β wow moment |
| 18 | Work IQ live query | π₯ Must have β highlight reel |
YouTube Description Template¶
GitHub Copilot CLI β Complete Beginner Masterclass | From Zero to Confident
In this hands-on masterclass, I'll take you from never having opened a terminal to confidently using GitHub Copilot CLI as your daily productivity tool.
π FREE Study Guide (PDF): [link]
π Website: https://www.aguidetocloud.com
β° Chapters:
00:00 β Introduction
XX:XX β Module 1: What is a Terminal?
XX:XX β Module 2: What is Copilot CLI?
XX:XX β Module 3: Copilot CLI vs ChatGPT
XX:XX β Module 4: Installing Copilot CLI
XX:XX β Module 5: Your First Conversation
XX:XX β Module 6: Navigating the File System
XX:XX β Module 7: Plain English Communication
XX:XX β Module 8: Slash Commands & the ! Prefix
XX:XX β Module 9: Understanding Sessions
XX:XX β Module 10: The Passport Strategy
XX:XX β Module 11: The Context Window
XX:XX β Module 12: Choosing AI Models
XX:XX β Module 13: Budget Management
XX:XX β Module 14: Safety & Permissions
XX:XX β Module 15: Referencing Files with @
XX:XX β Module 16: Skills, Plugins & MCP Servers
XX:XX β β Bonus: Work IQ β Workplace Intelligence
XX:XX β Module 17: Putting It All Together
XX:XX β Summary & Next Steps
No coding background needed. No developer experience assumed.
Just follow along step by step.
#GitHubCopilot #CopilotCLI #AIForIT #Tutorial
π¬ Video script by A Guide to Cloud & AI β internal use only.