Getting Started with GitHub Copilot CLI and Work IQ

John Savill's Technical Training walks through installing and using GitHub Copilot CLI plus the Work IQ plugin, including prerequisites (PowerShell 7, Windows Terminal, Node.js), login/auth steps, and examples of interactive and non-interactive agentic CLI usage.

Getting Started with GitHub Copilot CLI and Work IQ

John Savill's Technical Training demonstrates how to set up GitHub Copilot CLI and add the Work IQ plugin, with a practical, step-by-step install and first-use walkthrough.

What this video covers

Step-by-step setup (Windows)

1) Create / access a GitHub account

2) Install prerequisites

Note: the description calls out these commands as case sensitive.

Install PowerShell 7:

winget install -e --id Microsoft.PowerShell

Install Windows Terminal:

winget install -e --id Microsoft.WindowsTerminal

Install Node.js:

winget install -e --id OpenJS.NodeJS

3) Install GitHub Copilot CLI

winget install -e --id GitHub.Copilot

4) Install the Work IQ plugin

/plugin install workiq@copilot-plugins

5) Accept the Work IQ EULA

workiq accept-eula

Chapters (from the video description)