You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This document provides condensed, printable quick reference cards for each persona. Each card is designed to fit on 1-2 pages and covers the essential information for daily use.
Card Index
Card
Audience
Focus
QRC-01
Developers
Keyboard shortcuts, modes, tips
QRC-02
Engineering Leaders
Metrics, adoption, reporting
QRC-03
C-Suite
ROI, cost, governance
QRC-04
Security/InfoSec
Controls, compliance, risk
QRC-05
Administrators
Configuration, troubleshooting
10.1 QRC-01: Developer Quick Reference
GITHUB COPILOT DEVELOPER CARD | Sri Bolisetty 2025
The Mental Model
COPILOT IS AUTOCOMPLETE ON STEROIDS — NOT CHATGPT IN YOUR IDE
It finishes your sentences, not answers your questions
80% of value comes from inline completions (Tab key)
Context from YOUR code drives suggestions
Essential Keyboard Shortcuts
VS Code
Action
Windows/Linux
Mac
Accept suggestion
Tab
Tab
Accept word
Ctrl+→
Cmd+→
Next suggestion
Alt+]
Option+]
Previous suggestion
Alt+[
Option+[
Show all suggestions
Ctrl+Enter
Cmd+Enter
Dismiss
Esc
Esc
Open Chat
Ctrl+Shift+I
Cmd+Shift+I
Inline Chat
Ctrl+I
Cmd+I
JetBrains
Action
Windows/Linux
Mac
Accept suggestion
Tab
Tab
Next suggestion
Alt+]
Option+]
Previous suggestion
Alt+[
Option+[
Show all suggestions
Alt+Enter
Option+Enter
Dismiss
Esc
Esc
Toggle Copilot
Ctrl+Alt+Shift+O
Cmd+Option+Shift+O
The Five Modes
Mode
Speed
Scope
When to Use
Inline
Instant
Line/block
80% of time - flow state
Chat
Seconds
Question
Explanations, questions
Edits
Seconds
Selection
Refactoring
Agent Mode
Minutes
Multi-file
Complex features
Coding Agent
Hours
Repo
Async/overnight tasks
Chat Slash Commands
Command
Use For
/explain
Understand existing code
/fix
Debug and fix issues
/tests
Generate test cases
/doc
Generate documentation
/optimize
Improve performance
Chat Agents
Agent
Context
Example
@workspace
Entire repo
"Where is auth handled?"
@terminal
Shell
"How do I run tests?"
@vscode
Editor
"How do I multi-select?"
Context Engineering Tips
✅ DO:
• Name variables clearly (userEmailAddress, not str1)
• Write descriptive comments before functions
• Open relevant files in tabs
• Start patterns for Copilot to follow
❌ DON'T:
• Spend >30 seconds waiting for suggestions
• Fight the tool — just type manually
• Accept without reviewing
• Expect it to understand architecture
The 3-Second Rule
If you're looking at ghost text for more than 3 seconds, you're doing it wrong. Tab, type, or move on.
10.2 QRC-02: Engineering Leader Quick Reference
GITHUB COPILOT ENGINEERING LEADER CARD | Sri Bolisetty 2025
Key Metrics to Track
Metric
Target
Where to Find
Weekly Active Users
>70%
Dashboard → Overview
Acceptance Rate
>25%
Dashboard → Completions
Agent Mode Adoption
20-40%
Dashboard → Agent Metrics
Inactive Users
<10%
Dashboard → Seats
Dashboard Access
GitHub → Enterprise → Insights → Copilot usage
Note: Data has 3-day delay. Monday data visible Thursday.
Adoption Health Indicators
Status
Indicators
Action
🟢 Healthy
>70% active, >25% acceptance
Maintain
🟡 Warning
50-70% active, 15-25% acceptance
Engage champions
🔴 Critical
<50% active, <15% acceptance
Intervention needed
Three-Phase Adoption Framework
PHASE 1: SEED (Weeks 1-2)
├── Select 5-10 champions
├── Train on Foundation + Developer Track
├── Weekly check-ins
└── Document wins and blockers
PHASE 2: GROW (Weeks 3-6)
├── Champions train their teams
├── Peer-to-peer learning
├── Weekly "office hours"
└── Scale to 50-100 developers
PHASE 3: SUSTAIN (Ongoing)
├── Monthly metrics review
├── Quarterly training refreshers
├── Champion rotation
└── Continuous improvement
BREAK-EVEN: ~24 minutes saved per developer per week TYPICAL ROI: 500-4,000% (conservative estimates) PAYBACK PERIOD: <1 month
Investment Decision Framework
Factor
Assessment
Cost
$19-39/user/mo
Risk
Low (SOC 2, ISO 27001 certified)
Return
500%+ ROI typical
Competitive
77,000+ organizations using
Talent
Developers expect AI tools
Security & Compliance
Certification
Status
SOC 2 Type 2
✅
ISO 27001
✅
CSA STAR Level 2
✅
Code used for training
❌ No (Business/Enterprise)
Governance Checklist
Security review completed
Acceptable use policy approved
Feature controls configured
Metrics reporting established
Training program deployed
Key Questions to Ask
1. What is our adoption rate? (Target: >70%)
2. What is our ROI? (Calculate quarterly)
3. Are there security concerns? (Review with CISO)
4. How does this affect talent? (Developer satisfaction)
Issue: Copilot not working
☐ Check network allowlist
☐ Verify user has license assigned
☐ Check extension version
☐ Verify SSO authentication
☐ Check policy settings
Issue: No metrics showing
☐ Metrics enabled at enterprise level?
☐ Wait 3+ days for data freshness
☐ User has telemetry enabled in IDE?
☐ Extension version meets minimum?
Seat Management Commands
# View seats via API
curl -H "Authorization: Bearer TOKEN" \
"https://api.github.com/orgs/ORG/copilot/billing/seats"
# Cleanup Action (GitHub Action available)
# github.com/austenstone/copilot-license-cleanup
Data Freshness
Dashboard data has 3 FULL UTC DAYS delay
Monday's activity → visible Thursday
Plan reports/reviews accordingly
Support Escalation
Issue Type
Escalation Path
User can't connect
Check network → Check auth → GitHub Support
Metrics missing
Wait 5 days → GitHub Support
Policy not applying
Check hierarchy → GitHub Support
Billing issue
GitHub Support (immediate)
Security incident
SOC → GitHub Support (immediate)
Chat/context issues
See Document 06 Escalation Ladder
Extended Troubleshooting
For context corruption, M365 Copilot issues, or complex chat problems:
See Document 06: Integration Guide, Sections 6.9-6.10
Quick Links
Resource
URL
Trust Center
copilot.github.trust.page
Documentation
docs.github.com/copilot
Status
githubstatus.com
Community
github.com/orgs/community/discussions
Printing Guide
Each card is designed to be printed on:
Single page: Use 80% scaling
Double-sided: Front = main content, Back = reference tables