github-copilot

Develop and deploy GitHub Copilot SDK applications and webhook agents to Azure.

6|3|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/jongio/azd-copilot --skill github-copilot-jongio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-copilot
Source: https://github.com/jongio/azd-copilot/tree/main/cli/src/internal/assets/ghcp4a-skills/github-copilot
Command: npx skills add https://github.com/jongio/azd-copilot --skill github-copilot-jongio

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables developers to build applications and agents that leverage the GitHub Copilot SDK and create Copilot Extensions, streamlining the development of AI-powered features and deploying them to Azure.

Core Features & Use Cases

  • Copilot SDK Integration: Embed agentic workflows directly into your applications using @github/copilot-sdk.
  • Copilot Extensions Development: Build webhook agents for GitHub Copilot Chat using @copilot-extensions/preview-sdk.
  • Azure Deployment: Deploy these Copilot-powered applications and extensions to Azure infrastructure.
  • Use Case: Develop a custom AI assistant that integrates with GitHub Copilot Chat to automate code reviews or generate documentation based on project context.

Quick Start

Use the github-copilot skill to scaffold a new Copilot SDK agent project and prepare it for Azure deployment.

Frequently Asked Questions about github-copilot

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a webhook agent for GitHub Copilot Chat?

To build a webhook agent for GitHub Copilot Chat, use the @copilot-extensions/preview-sdk to develop custom AI assistants that integrate directly into Copilot Chat for automating tasks like code reviews.

How do I embed agentic workflows into my application using the Copilot SDK?

Embed agentic workflows into your application using the @github/copilot-sdk, which allows you to integrate AI-powered features and custom agent behaviors directly into your existing software.

What is the best way to deploy GitHub Copilot extensions to Azure?

Deploy GitHub Copilot extensions to Azure by following the specific deployment steps involving azure-prepare, azure-validate, and azure-deploy skills to provision and release your application infrastructure.

Do I need Docker to develop applications with the Copilot SDK locally?

Yes, Docker is required for local development when building applications and agents that leverage the GitHub Copilot SDK and Copilot Extensions before deploying them to Azure.

Can I create a custom AI assistant to automate code reviews using Copilot Extensions?

Yes, you can develop a custom AI assistant using Copilot Extensions to integrate with GitHub Copilot Chat, enabling the automation of code reviews or generating documentation based on project context.

What are the steps to scaffold a new Copilot SDK agent project?

Scaffold a new Copilot SDK agent project by using the github-copilot skill to generate the initial structure, then prepare the application configuration for subsequent deployment to Azure infrastructure.