Function Calling Copilot Extension
Reference Go-based Copilot Extension that demonstrates function calling with confirmation dialogs — issue creation and listing as worked examples.
Description
An official example extension from GitHub's copilot-extensions org. Written in Go, it shows how to expose typed function-call tools to Copilot Chat (creating issues with title/body, listing issues in a repo) and how to gate destructive operations behind confirmation dialogs. The canonical starter for any Copilot Extension that needs structured tool use.
Tags
Install
Install via Copilot extension
# install via Copilot extension
# see vendor docsRatings & reviews
Community rating
No ratings yet.
Be the first to share what working with this skill is actually like.
Related skills in API integration
MCP Builder
Anthropic's official Claude Skill for designing, implementing, reviewing, and evaluating high-quality MCP servers in Python or TypeScript.
RAG Copilot Extension
Reference Go-based Copilot Extension demonstrating retrieval-augmented generation patterns over a custom corpus.
Copilot Extensions Preview SDK (JS)
Official JavaScript SDK that handles request verification, response formatting, and prompt streaming for Copilot Extensions.