Presenter Notes & Demo Script
- Open VS Code
- Ensure GitHub Copilot and Copilot Chat extensions are installed
- Open this repository in VS Code
- Open Copilot Chat panel (Ctrl+Alt+I / Cmd+Alt+I)
Asking Questions:
- Open Copilot Chat
- Type:
What is GitHub Copilot?- Type:
"How can GitHub Copilot help me with writing documentation?"Commands to demonstrate:
/explain
- Select any content: "/explain"
- Use case: Understanding technical docs or complex content
/new
- Try: "/new create a customer feedback form template in markdown"
- Use case: Quick file generation
What to show:
- In Copilot Chat:
Create a project status report template markdown file as the readme our for weekly team updates including sections for progress, blockers, and next stepsAdd in a table for tracking action items with columns for task, owner, due date, and statusAdd in the users profile picture and name in the table- Accept and create new file
- Show how ready-to-use it is
File: demo-03-messy-meeting-notes.md
What to show:
- Open the messy notes file
- Select all the content
- In Copilot Chat, type:
Format these meeting notes professionally with proper headings and structure- Show the transformed result
- Accept and apply
Key Points:
- "No need to manually format - Copilot understands context"
- "Saves 15-20 minutes of formatting work"
- "Consistent professional format every time"
File: demo-04-bullet-points-to-format.md
What to show:
- Open the bullet point file
- Select content
- Try:
Expand this into a comprehensive onboarding guide with detailed descriptions for each step- Or try:
Convert this into a table format with timeframes and responsible partiesKey Points:
- "Start with rough ideas, Copilot fills in details"
- "Multiple ways to format the same information"
- "Great for process documentation"
File: demo-05-email-draft-rough.md
What to show:
- Open the rough email
- Select content
- Try:
Make this email more professional and clear while keeping the urgency- Show before/after
Key Points:
- "Write naturally, Copilot polishes it"
- "Maintains your meaning, improves tone"
- "Useful for client communications, announcements"
File: demo-06-process-documentation-outline.md
What to show:
- Open the outline
- Ask:
Expand this into detailed step-by-step instructions with screenshots placeholders and tips for common issues- Show comprehensive result
Key Points:
- "Turn quick notes into full documentation"
- "Includes best practices and troubleshooting"
- "Reduces documentation time significantly"
File: demo-07-code-to-documentation.sql
What to show:
- Open the SQL query file
- Select the SQL code
- In Copilot Chat, type:
Explain what this SQL query does in plain English for a business stakeholder- Show the readable explanation
- Follow up with:
Create a one-paragraph summary I can add to a business report about this dataKey Points:
- "Don't need to know SQL - Copilot translates technical code to plain English"
- "Perfect for understanding queries from data analysts or engineers"
- "Great for PMs working with technical teams"
- "Can also work with API endpoints, config files, or scripts"
What to show:
- Make a change to any file
- Stage changes
- In Source Control, use sparkle icon or type:
Generate commit message- Show the descriptive message Copilot creates
Key Points:
- "No more 'updated file' commits"
- "Clear history of changes"
- "Great for team collaboration"
Key takeaways: ✅ Copilot works with natural language - just ask ✅ Saves time on formatting, drafting, and documentation ✅ You control the output - Copilot suggests, you decide ✅ Useful for non-technical tasks every day
Resources to share:
- This repository: Practice with these demo files
- GitHub Copilot documentation
- VS Code Copilot Chat guide
Encourage experimentation: "Try it with your real work - meeting notes, emails, docs you're working on!"