LocTaRND

Azure AI DevOps Skills — DevOps skill for Claude Code

DevOps community

AI agent skills for an Azure-native DevOps platform (Azure DevOps + AKS + ACR + Azure Monitor / SRE Agent): one command drives infra and app changes as reviewed pull requests — client approves the wor.

How to install Azure AI DevOps Skills

This entry records only its repository, not the path inside it, so there is no exact command to give. Open LocTaRND/azure-ai-devops-skills and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Azure AI DevOps Skills does

AI agent skills for an Azure-native DevOps platform (Azure DevOps + AKS + ACR + Azure Monitor / SRE Agent): one command drives infra and app changes as reviewed pull requests — client approves the work item, TL approves the PR, merge applies. Copilot Agent Skills + Claude Code.

Alternatives in DevOps

  • Cloudflare Deploy — Deploy apps to Cloudflare using Workers, Pages, and platform services 14.6k ★
  • Azure Monitor Python — Azure Monitor integration for Python 1.8k ★
  • Proxy — route Claude Code requests through multiple upstream providers (OpenCode Go, OpenCode Zen, and AWS Bedrock) wi 957 ★

README

rnd-devops for GitHub Copilot

A GitHub Copilot–ready toolkit for the **NashTech Azure-native DevOps platform** (Azure DevOps + AKS + ACR + Azure Monitor / Azure SRE Agent). Share this repo with teammates who use Copilot — it gives Copilot the conventions, reusable prompts, tool wiring, and runnable playbooks (infra Terraform + a worked deploy, embedded in the runbooks) to operate the platform.

This is the **Copilot cut** of the internal `rnd-devops` skill suite, delivered as portable **Agent Skills** (`.github/skills/`) that Copilot loads natively. Only always-on background loops aren't native to Copilot; the **skills, knowledge, and assets are** — that's what's here.

What's included (and why it works with Copilot)

Layer Here How Copilot uses it
Knowledge .github/copilot-instructions.md Copilot Chat + code review + coding agent read it automatically — platform conventions, review rubric, guardrails
.github/instructions/*.instructions.md Path-scoped conventions auto-applied by file glob (applyTo): C# (**/*.cs), Kubernetes manifests, Azure Pipelines YAML, Terraform (*.tf/*.tfvars), Mermaid diagrams
.github/prompts/rnd-devops.prompt.md One front door: run /rnd-devops (plan, infrastructure, service-connection, ci-cd, monitoring, alerting, sre-agent, operations, documentation) — it routes to the right runbook
.github/skills//SKILL.md 10 self-contained Agent Skills (plan, infrastructure, service-connection, ci-cd, monitoring, alerting, sre-agent, simulate, operations, documentation) — Copilot auto-loads the relevant one, or invoke it directly as /
Tools .vscode/mcp.json MCP servers (Azure DevOps + Azure) for Copilot agent mode; plus az/kubectl/helm/terraform in the terminal
Assets .github/skills/infrastructure · .github/skills/ci-cd The seed code — the basic AKS-stack T