Efficient daily use of GitHub Copilot CLI for senior engineers. Use when planning, prompting, reviewing, or chaining Copilot CLI commands (gh copilot) to explore codebases, draft changes, debug issues, or accelerate workflows without losing architectural intent.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install github-copilot-cli或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install github-copilot-cli⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/github-copilot-cli/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: github-copilot-cli description: Efficient daily use of GitHub Copilot CLI for senior engineers. Use when planning, prompting, reviewing, or chaining Copilot CLI commands (gh copilot) to explore codebases, draft changes, debug issues, or accelerate workflows without losing architectural intent. ---
YAML frontmatter is strict. A single extra space can break the skill.
Before committing or publishing:
# Basic sanity check (no output = good)
python - <<'PY'
import yaml,sys
with open('SKILL.md') as f:
yaml.safe_load(f.read())
print('Frontmatter OK')
PY
Rules to remember:
name, description)name and description)---
Treat Copilot CLI as a team of elite specialists coordinated by you:
Copilot is excellent at coding and architecture when given clear roles. You act as the CTO / conductor:
---
gh copilot explain "What does this service do?" --path src/
Use when orienting yourself or reloading context after a break.
---
gh copilot suggest "Add logging when translation fallback is used" --path services/translation
Best practice:
---
gh copilot suggest "Why might this function return null under load?" --path src/choreo
Follow up manually by reading the code it points to.
---
gh copilot suggest "Write failing tests for punctuation correction on voice transcription" --path tests/
Then iterate toward the fix yourself.
---
---
- State the goal and constraints - Split into FE / BE / QA / Infra concerns
gh copilot suggest "As a backend engineer, propose a minimal fix for mixed-language carryover" --path src/
gh copilot suggest "As a tester, write failing tests for mixed-language carryover" --path tests/
- Compare proposals - Look for disagreement or assumptions
- Surface trade‑offs - Highlight risk - Ask for decision
- Apply changes - Clean up naming - Merge intentionally
---
Copilot CLI should not be the final authority in situations where:
In these cases, Copilot may still propose options, but you must explicitly review and decide.
---
Copilot is a force multiplier, not a decision owner.
Use Copilot to:
You own:
Copilot accelerates thinking — it does not replace judgment.
安装 Github Copilot Cli 后,可以对 AI 说这些话来触发它
Help me get started with Github Copilot Cli
Explains what Github Copilot Cli does, walks through the setup, and runs a quick demo based on your current project
Use Github Copilot Cli to efficient daily use of GitHub Copilot CLI for senior engineers
Invokes Github Copilot Cli with the right parameters and returns the result directly in the conversation
What can I do with Github Copilot Cli in my developer & devops workflow?
Lists the top use cases for Github Copilot Cli, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/github-copilot-cli/ 目录(个人级,所有项目可用),或 .claude/skills/github-copilot-cli/(项目级)。重启 AI 客户端后,用 /github-copilot-cli 主动调用,或让 AI 根据上下文自动发现并使用。
Github Copilot Cli 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Github Copilot Cli 可免费安装使用。请查阅仓库了解许可证信息。
Efficient daily use of GitHub Copilot CLI for senior engineers. Use when planning, prompting, reviewing, or chaining Copilot CLI commands (gh copilot) to explore codebases, draft changes, debug issues, or accelerate workflows without losing architectural intent.
Github Copilot Cli 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Github Copilot Cli
Identifies repetitive steps in your workflow and sets up Github Copilot Cli to handle them automatically