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 by rulebook 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

  1. Rulebook generates .github/copilot-instructions.md → references AGENTS.md
  2. Keep AGENTS.md open for context
  3. Use @workspace to include project context
  4. Reference @AGENTS.md explicitly in chat

Critical: Generated copilot-instructions.md points Copilot to AGENTS.md standards.

Didn't find tool you were looking for?

Be as detailed as possible for better results