-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Phase 4: GitHub Copilot Package (v1.9.0)
Context
GitHub Copilot now has a full plugin model with 5 primitives — agents, skills, hooks, MCP servers, and instructions. With 8 hook events (preview), skills following the open Agent Skills standard, and custom agents, Copilot can deliver a strong ContextDocs experience.
Platform Capabilities (GitHub Copilot)
- Hooks: 8 events (Preview) — sessionStart, sessionEnd, userPromptSubmitted, preToolUse, postToolUse, agentStop, subagentStop, errorOccurred
- Skills:
.github/skills/<name>/SKILL.md— open Agent Skills standard - Agents:
.github/agents/*.agent.md— supports handoffs and workflow chaining - Instructions:
.github/instructions/*.instructions.md— path-scoped withapplyToglobs - Install:
/plugin install owner/repo
Deliverables
platforms/copilot/.github/skills/ai-context/SKILL.mdplatforms/copilot/.github/skills/context-verify/SKILL.mdplatforms/copilot/.github/agents/context-updater.agent.mdplatforms/copilot/.github/hooks/— Port hooks (8 events)platforms/copilot/.github/instructions/context-quality.instructions.md
Verification
- Skills activate in Copilot CLI and VS Code
- Agent runs context update workflow
- Hook events fire correctly
Part of the Cross-Platform ContextDocs Strategy. Depends on #18.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request