Agent skill
Copilot
Tool: GitHub's AI pair programmer (inline + chat)
Stars
10
Forks
1
Install this agent skill to your Project
npx add-skill https://github.com/hivellm/rulebook/tree/main/templates/skills/ides/copilot
SKILL.md
GitHub Copilot Rules
Tool: GitHub's AI pair programmer (inline + chat)
Quick Start
Copilot reads:
.github/copilot-instructions.md(generated byrulebook init)- Workspace context (open files)
Usage
bash
# In Copilot Chat:
"Follow @AGENTS.md. Implement [feature] with tests (95%+ coverage)."
# Inline suggestions:
Accept/reject based on AGENTS.md standards
Modes
Inline Completions: Context-aware suggestions while typing Copilot Chat: Ask questions, request implementations Workspace Agent (Labs): Multi-file autonomous mode
Workflow
- Rulebook generates
.github/copilot-instructions.md→ references AGENTS.md - Keep AGENTS.md open for context
- Use
@workspaceto include project context - Reference
@AGENTS.mdexplicitly in chat
Critical: Generated copilot-instructions.md points Copilot to AGENTS.md standards.
Didn't find tool you were looking for?