Agent Skill
2/7/2026

gh-cli

GitHub CLI (gh) comprehensive reference for repositories, issues, pull requests, Actions, projects, releases, gists, codespaces, organizations, extensions, and all GitHub operations from the command line.

J
jonathan
5GitHub Stars
2Views
npx skills add jonathan-vella/azure-agentic-infraops-accelerator

SKILL.md

Namegh-cli
DescriptionGitHub CLI (gh) comprehensive reference for repositories, issues, pull requests, Actions, projects, releases, gists, codespaces, organizations, extensions, and all GitHub operations from the command line.
<!-- markdownlint-disable MD013 MD033 MD041 -->

<a id="readme-top"></a>

MIT License Azure

<div align="center"> <img src="https://capsule-render.vercel.app/api?type=waving&height=180&color=0:0A66C2,50:0078D4,100:00B7C3&text=Agentic%20InfraOps%20Accelerator&fontSize=38&fontColor=FFFFFF&fontAlignY=34&desc=Azure%20infrastructure%20engineered%20by%20agents&descAlignY=56" alt="Agentic InfraOps Accelerator banner" /> </div> <br /> <div align="center"> <a href="https://github.com/jonathan-vella/azure-agentic-infraops-accelerator"> <img src="https://raw.githubusercontent.com/microsoft/fluentui-emoji/main/assets/Robot/3D/robot_3d.png" alt="Logo" width="120" height="120"> </a> <h1 align="center">Agentic InfraOps Accelerator</h1> <p align="center"> <strong>Your project, powered by the Agentic InfraOps framework</strong> <br /> <em>Everything pre-wired. You own the outputs.</em> <br /><br /> <a href="#-getting-started"><strong>Get Started »</strong></a> · <a href="docs/quickstart.md">Quickstart Guide</a> · <a href="docs/workflow.md">Workflow Reference</a> · <a href="https://github.com/jonathan-vella/azure-agentic-infraops">Upstream Repo</a> </p> </div>

This repository was created from the azure-agentic-infraops template. It includes the complete multi-agent orchestration system for Azure infrastructure development — agents, skills, MCP servers, CI workflows, and devcontainer — all pre-wired and ready to use.

You own your project outputs. The framework syncs from upstream automatically.


What's Included

Everything from the upstream framework arrives pre-configured:

ComponentLocationPurpose
Agents.github/agents/8 specialized agents + conductor
Skills.github/skills/Reusable knowledge modules
Instructions.github/instructions/Copilot behavior rules
MCP Servers.vscode/mcp.json, mcp/Azure MCP + Pricing MCP
Dev Container.devcontainer/All tools pre-installed
CI Workflows.github/workflows/Linting, validation, weekly sync
Scriptsscripts/Validation and utility scripts

🚀 Getting Started

Prerequisites

RequirementHow to Get
GitHub accountSign up
GitHub Copilot licenseGet Copilot
VS CodeDownload
Docker DesktopDownload
Azure subscriptionOptional for learning

Step 1: Create your repository from this template

Click Use this template → Create a new repository at the top of this page.

Clone your new repository:

git clone https://github.com/YOUR-USERNAME/YOUR-REPO-NAME.git
code YOUR-REPO-NAME

Update all template repository references to your new repository:

npm run init:template

Optional preview mode:

npm run init:template:dry-run

Step 2: Open in Dev Container

  1. Press F1Dev Containers: Reopen in Container (first build: ~2-3 min)

The Dev Container installs all tools automatically:

  • Azure CLI + Bicep CLI
  • PowerShell 7
  • Python 3 + diagrams library
  • 25+ VS Code extensions

Step 3: Enable subagent orchestration and start the Conductor

Add this to your VS Code User Settings (Ctrl+, → Settings JSON):

{ "chat.customAgentInSubagent.enabled": true }

Then:

  1. Press Ctrl+Shift+I to open Copilot Chat
  2. Select InfraOps Conductor from the agent dropdown
  3. Describe your infrastructure project
Create a web app with Azure App Service, Key Vault, and SQL Database
in Sweden Central for a production workload

The Conductor guides you through all 7 steps with human approval gates.

📖 Full Quickstart Guide →

<p align="right">(<a href="#readme-top">back to top</a>)</p>

What You Own

These paths belong to your project and are never overwritten by upstream sync:

PathPurpose
agent-output/All generated artifacts from agent runs
infra/bicep/Your Bicep templates
docs/Your project documentation
README.mdThis file
CHANGELOG.mdYour release history
VERSION.mdYour version source of truth
CONTRIBUTING.mdYour contribution guidelines
CONTRIBUTORS.mdYour contributor credits
package.jsonYour package identity and version
<p align="right">(<a href="#readme-top">back to top</a>)</p>

How Upstream Sync Works

A weekly GitHub Actions workflow (weekly-upstream-sync.yml) fetches the latest framework improvements from jonathan-vella/azure-agentic-infraops and opens a pull request for human review. No auto-merge.

Framework files sync automatically (agents, skills, instructions, MCP, devcontainer, scripts). Your consumer-owned files listed above are never touched.

Reviewing sync PRs: Check the PR diff. Occasionally review upstream package.json and docs/ changes manually — these don't arrive via sync and must be ported by hand if needed.

<p align="right">(<a href="#readme-top">back to top</a>)</p>

The 7-Step Workflow

graph LR
    A[1 Requirements] --> B[2 Architecture]
    B --> C[3 Design]
    C --> D[4 Bicep Plan]
    D --> E[5 Bicep Code]
    E --> F[6 Deploy]
    F --> G[7 As-Built Docs]

All outputs go to agent-output/{project}/ and infra/bicep/{project}/.

📖 Full Workflow Reference →

<p align="right">(<a href="#readme-top">back to top</a>)</p>

Upstream & Contributing

This repository is a template consumer of the upstream framework.

  • Agent/skill/instruction improvements → contribute to the upstream repo
  • Project-specific infrastructure, CI, and docs → contribute here

See CONTRIBUTING.md for details and LICENSE for license terms.

<p align="right">(<a href="#readme-top">back to top</a>)</p>
<div align="center"> <p>Powered by <a href="https://github.com/jonathan-vella/azure-agentic-infraops">Agentic InfraOps</a> &mdash; MIT License</p> </div> <!-- MARKDOWN LINKS & IMAGES -->
Skills Info
Original Name:gh-cliAuthor:jonathan