Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
github avatar

Cli Mastery

  • 2k installs
  • 37.1k repo stars
  • Updated July 28, 2026
  • github/awesome-copilot

cli-mastery is an agent skill that Interactive training for the GitHub Copilot CLI. Guided lessons, quizzes, scenario challenges, and a full reference cove.

About

UTILITY SKILL interactive Copilot CLI trainer INVOKES ask_user sql view USE FOR cliexpert teach me the Copilot CLI quiz me on slash commands CLI cheat sheet copilot CLI final exam DO NOT USE FOR general coding non CLI questions IDE only features Trigger Action cliexpert teach me Read next references module N md teach quiz me test me Read current module 5 questions via ask_user scenario challenge Read references scenarios md reference Read relevant module summarize final exam Read references final exam md Specific CLI questions get direct answers without loading references Reference files in references dir Read on demand with view On first interaction initialize progress tracking sql CREATE TABLE IF NOT EXISTS mastery_progress key TEXT PRIMARY KEY value TEXT CREATE TABLE IF NOT EXISTS mastery_completed module TEXT PRIMARY KEY completed_at TEXT DEFAULT datetime now INSERT OR IGNORE INTO mastery_progress key value VALUES xp 0 level Newcomer module 0 XP lesson 20 correct 15 perfect quiz 50 scenario 30 Levels 0 Newcomer 100 Apprentice 250 Navigator 400 Practitioner 550

  • description: 'Interactive training for the GitHub Copilot CLI. Guided lessons, quizzes, scenario challenges, and a full
  • **UTILITY SKILL** — interactive Copilot CLI trainer.
  • USE FOR: "cliexpert", "teach me the Copilot CLI", "quiz me on slash commands", "CLI cheat sheet", "copilot CLI final exa
  • Follow cli-mastery SKILL.md steps and documented constraints.
  • Follow cli-mastery SKILL.md steps and documented constraints.

Cli Mastery by the numbers

  • 1,996 all-time installs (skills.sh)
  • +30 installs in the week ending Jul 28, 2026 (Skillselion tracking)
  • Ranked #591 of 16,659 AI & Agent Building skills by installs in the Skillselion catalog
  • Security screen: MEDIUM risk (skills.sh audit)
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

cli-mastery capabilities & compatibility

Capabilities
description: 'interactive training for the githu · **utility skill** — interactive copilot cli trai · use for: "cliexpert", "teach me the copilot cli" · follow cli mastery skill.md steps and documented
Use cases
orchestration
From the docs

What cli-mastery says it does

description: 'Interactive training for the GitHub Copilot CLI. Guided lessons, quizzes, scenario challenges, and a full reference covering slash commands, shortcuts, modes, agents, skills, MCP, and co
SKILL.md
**UTILITY SKILL** — interactive Copilot CLI trainer.
SKILL.md
USE FOR: "cliexpert", "teach me the Copilot CLI", "quiz me on slash commands", "CLI cheat sheet", "copilot CLI final exam"
SKILL.md
npx skills add https://github.com/github/awesome-copilot --skill cli-mastery

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs2k
repo stars37.1k
Security audit2 / 3 scanners passed
Last updatedJuly 28, 2026
Repositorygithub/awesome-copilot

When should an agent use cli-mastery and what problem does it solve?

Interactive training for the GitHub Copilot CLI. Guided lessons, quizzes, scenario challenges, and a full reference covering slash commands, shortcuts, modes, agents, skills, MCP, and configuration. S

Who is it for?

Developers invoking cli-mastery as documented in the skill source.

Skip if: Skip when requirements fall outside cli-mastery documented scope.

When should I use this skill?

Interactive training for the GitHub Copilot CLI. Guided lessons, quizzes, scenario challenges, and a full reference covering slash commands, shortcuts, modes, agents, skills, MCP, and configuration. S

What you get

Outputs aligned with the cli-mastery SKILL.md workflow and stated deliverables.

  • scored exam result
  • command fluency checklist

By the numbers

  • Presents 10 exam questions with 4 choices each
  • Requires 80%+ score to pass the final exam

Files

SKILL.mdMarkdownGitHub ↗

Copilot CLI Mastery

UTILITY SKILL — interactive Copilot CLI trainer. INVOKES: ask_user, sql, view USE FOR: "cliexpert", "teach me the Copilot CLI", "quiz me on slash commands", "CLI cheat sheet", "copilot CLI final exam" DO NOT USE FOR: general coding, non-CLI questions, IDE-only features

Routing and Content

TriggerAction
"cliexpert", "teach me"Read next references/module-N-*.md, teach
"quiz me", "test me"Read current module, 5+ questions via ask_user
"scenario", "challenge"Read references/scenarios.md
"reference"Read relevant module, summarize
"final exam"Read references/final-exam.md

Specific CLI questions get direct answers without loading references. Reference files in references/ dir. Read on demand with view.

Behavior

On first interaction, initialize progress tracking:

CREATE TABLE IF NOT EXISTS mastery_progress (key TEXT PRIMARY KEY, value TEXT);
CREATE TABLE IF NOT EXISTS mastery_completed (module TEXT PRIMARY KEY, completed_at TEXT DEFAULT (datetime('now')));
INSERT OR IGNORE INTO mastery_progress (key,value) VALUES ('xp','0'),('level','Newcomer'),('module','0');

XP: lesson +20, correct +15, perfect quiz +50, scenario +30. Levels: 0=Newcomer 100=Apprentice 250=Navigator 400=Practitioner 550=Specialist 700=Expert 850=Virtuoso 1000=Architect 1150=Grandmaster 1500=Wizard. Max XP from all content: 1600 (8 modules × 145 + 8 scenarios × 30 + final exam 200).

When module counter exceeds 8 and user says "cliexpert", offer: scenarios, final exam, or review any module.

Rules: ask_user with choices for ALL quizzes/scenarios. Show XP after correct answers. One concept at a time; offer quiz or review after each lesson.

Related skills

How it compares

Pick cli-mastery over generic CLI cheat sheets when you need a scored, randomized Copilot CLI proficiency check tied to MCP and repo agent file conventions.

FAQ

What is cli-mastery?

Interactive training for the GitHub Copilot CLI. Guided lessons, quizzes, scenario challenges, and a full reference covering slash commands, shortcuts, modes, agents, skills, MCP,

When should I use cli-mastery?

Interactive training for the GitHub Copilot CLI. Guided lessons, quizzes, scenario challenges, and a full reference covering slash commands, shortcuts, modes, agents, skills, MCP,

Is cli-mastery safe to install?

Review the Security Audits panel on this page before production use.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.