Skip to content

Instantly share code, notes, and snippets.

View DeaderestPool's full-sized avatar

DeaderestPool

View GitHub Profile
@DeaderestPool
DeaderestPool / GETTING-STARTED.md
Last active May 18, 2026 18:33
MCAPS Copilot - Getting Started guide for testers

MCAPS Copilot - Getting Started guide for testers

MCAPS Copilot -- Getting Started

Before You Install

You need a GitHub account linked to your Microsoft identity with Copilot enabled. Follow every step -- skipping the linking step is the #1 reason installs fail.


@DeaderestPool
DeaderestPool / install.ps1
Last active May 17, 2026 20:06
MCAPS Copilot installer - one-liner for tester onboarding
# MCAPS Copilot, one-liner installer.
#
# Gist: https://gist.github.com/DeaderestPool/5ae2f7c99807b2d1dd1ef5cd5159f13a
#
# Usage (paste this one line into PowerShell):
# powershell -ExecutionPolicy Bypass -c "irm https://gist.githubusercontent.com/DeaderestPool/5ae2f7c99807b2d1dd1ef5cd5159f13a/raw/install.ps1 | iex"
#
# What this does (in order):
# 1. Verify Python 3.11+, gh CLI; winget install --scope user any missing
# 2. Authenticate with GitHub and verify Copilot access