Skip to content

GitHub Copilot

类型模式默认源目录文件后缀文档
Instructionsfile.github/instructions/.instructions.md, .md文档
Promptsfile.github/prompts/.prompt.md, .md文档
Skillsdirectory.github/skills/-文档
Agentsfile.github/agents/.agent.md, .md文档

Instructions

bash
ais copilot instructions add coding-style

# 后缀匹配(两者都存在时需要明确指定)
ais copilot instructions add style.md
ais copilot instructions add style.instructions.md

ais copilot instructions rm coding-style

Prompts

bash
ais copilot prompts add generate-tests
ais copilot prompts rm generate-tests

Skills

bash
ais copilot skills add web-scraping
ais copilot skills rm web-scraping

Agents

bash
ais copilot agents add code-reviewer
ais copilot agents rm code-reviewer

安装全部

bash
ais copilot install

参考

Released under the Unlicense.