cli-mastery by github/awesome-copilot
npx skills add https://github.com/github/awesome-copilot --skill cli-mastery实用技能 — 交互式 Copilot CLI 训练器。调用:ask_user、sql、view 用于:"cliexpert"、"teach me the Copilot CLI"、"quiz me on slash commands"、"CLI cheat sheet"、"copilot CLI final exam" 请勿用于:通用编程、非 CLI 问题、仅限 IDE 的功能
| 触发词 | 动作 |
|---|---|
| "cliexpert"、"teach me" | 读取下一个 references/module-N-*.md,进行教学 |
| "quiz me"、"test me" | 读取当前模块,通过 ask_user 提出 5+ 个问题 |
| "scenario"、"challenge" | 读取 references/scenarios.md |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| "reference" | 读取相关模块,进行总结 |
| "final exam" | 读取 references/final-exam.md |
具体的 CLI 问题会直接获得答案,无需加载参考文件。参考文件位于 references/ 目录。按需使用 view 读取。
首次交互时,初始化进度跟踪:
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');
经验值:课程 +20,正确回答 +15,测验满分 +50,场景 +30。等级:0=新手 100=学徒 250=导航员 400=实践者 550=专家 700=高级专家 850=大师 1000=架构师 1150=宗师 1500=巫师。所有内容可获得的最大经验值:1600 (8 个模块 × 145 + 8 个场景 × 30 + 期末考试 200)。
当模块计数器超过 8 且用户说 "cliexpert" 时,提供选项:场景、期末考试或复习任何模块。
规则:所有测验/场景均使用带 choices 的 ask_user。在正确答案后显示经验值。一次讲解一个概念;每节课后提供测验或复习选项。
每周安装量
514
代码仓库
GitHub 星标数
26.7K
首次出现
2026年3月9日
安全审计
安装于
gemini-cli458
codex457
opencode446
cursor443
github-copilot442
kimi-cli439
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:
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.
Weekly Installs
514
Repository
GitHub Stars
26.7K
First Seen
Mar 9, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
gemini-cli458
codex457
opencode446
cursor443
github-copilot442
kimi-cli439
React 组合模式指南:Vercel 组件架构最佳实践,提升代码可维护性
106,200 周安装