Skills Hub

Discover and install curated AI coding skills
to supercharge your development workflow.

51 Skills
8 Categories
3 Sources

Featured Skills

View All โ†’

Agentic Eval

intermediate

Patterns and techniques for evaluating and improving AI agent outputs. Use this skill when: - Implementing self-critique and reflection loops - Building evaluator-optimizer pipelines for quality-critical generation - Creating test-driven code refinement workflows - Designing rubric-based or LLM-as-judge evaluation systems - Adding iterative improvement to agent outputs (code, reports, analysis) - Measuring and improving agent response quality

code-quality 1 file github

Instrument a webapp to send useful telemetry data to Azure App Insights

devops-cicd 8 files github

Performs comprehensive preflight validation of Bicep deployments to Azure, including template syntax validation, what-if analysis, and permission checks. Use this skill before any deployment to Azure to preview changes, identify potential issues, and ensure the deployment will succeed. Activate when users mention deploying to Azure, validating Bicep files, checking deployment permissions, previewing infrastructure changes, running what-if, or preparing for azd provision.

code-quality 4 files github

Azure Devops Cli

intermediate

Manage Azure DevOps resources via CLI including projects, repos, pipelines, builds, pull requests, work items, artifacts, and service endpoints. Use when working with Azure DevOps, az commands, devops automation, CI/CD, or when user mentions Azure DevOps CLI.

frontend-ui 1 file github

Analyze Azure resource groups and generate detailed Mermaid architecture diagrams showing the relationships between individual resources. Use this skill when the user asks for a diagram of their Azure resources or help in understanding how the resources relate to each other.

diagrams 3 files github

Azure Role Selector

intermediate

When user is asking for guidance for which role to assign to an identity given desired permissions, this agent helps them understand the role that will meet the requirements with least privilege access and how to apply that role.

documentation 2 files github

How to Install

Skills are auto-discovered โ€” just add to your project!

1

Copy Skill Files

Click "Copy All Files" on any skill page to copy all files to your clipboard, then create the folder in your project.

.github/skills/<skill-name>/
2

Done! Copilot auto-discovers skills

# Skills are loaded automatically based on
# their name and description frontmatter.
# No configuration needed!