copilot-docs
Installation
SKILL.md
GitHub Copilot 指令
使用仓库特定的指令配置 GitHub Copilot。
Quick Start
Create .github/copilot-instructions.md in your repository:
# Copilot Instructions
## Code Style
- Use TypeScript with strict mode
- Prefer functional components with hooks
- Use Tailwind CSS for styling