Agent
Guide Azure IaC deployments: validate, what-if, deploy, and verify Bicep/Terraform infrastructure. Use when deploying or troubleshooting.
Agent
Guide Azure IaC deployments: validate, what-if, deploy, and verify Bicep/Terraform infrastructure. Use when deploying or troubleshooting.
Agent
Security review for Azure IaC: secrets exposure, managed identity, RBAC, network isolation, Key Vault hardening, OWASP cloud top 10.
Agent
Review Terraform configurations for Azure: provider versions, state, naming, security, sensitive outputs, managed identity.
Instructions file GitHub Copilot
Azure Developer CLI (azd) patterns — azure.yaml structure, infra folder, tags, hooks, pipelines.
Instructions file GitHub Copilot
Bicep IaC patterns — file structure, naming, modules, parameters, outputs, linter, security.
Instructions file GitHub Copilot
Azure Cloud Adoption Framework (CAF) governance — management groups, naming, tagging, subscriptions, cost management, identity governance.
Instructions file GitHub Copilot
Azure IaC pipeline patterns — GitHub Actions, Azure DevOps, OIDC auth, deployment stages, rollback.
Instructions file GitHub Copilot
Azure Landing Zone baselines — identity, network, policy, management, security, tagging, subscription organization.
Instructions file GitHub Copilot
Azure naming conventions — Microsoft CAF abbreviations, constraints, uniqueness, tagging.
Instructions file GitHub Copilot
Azure Policy and Initiative compliance — definitions, assignment, compliance state, exemptions, remediation tasks.
Instructions file GitHub Copilot
PowerShell best practices for Azure IaC — Az module, script structure, Pester testing, PSScriptAnalyzer.
Instructions file GitHub Copilot
Terraform Azure patterns — file structure, providers, state, naming, security, testing.
Instructions file GitHub Copilot
Azure Well-Architected Framework (WAF) guardrails — Reliability, Security, Cost, Operational Excellence, Performance.
Skill Claude CodeCodex
Runs the full 8-layer Azure governance sweep using the Azure Sweeper agent.
Skill Claude CodeCodex
Validate, what-if/plan, deploy, and verify Azure infrastructure using Bicep, Terraform, or azd. Use when deploying a completed infrastructure phase to an environment.
Skill Claude CodeCodex
Run the full IaC test suite — Bicep linting, ARM TTK (if applicable), Terraform validate, Pester unit and integration tests. Use before deploying or after making infrastructure changes.
Agent
Review code for architecture violations: layer separation, sync-over-async, missing CancellationToken, improper DI. Use for PR reviews or code audits.
Agent
Review Blazor / Razor components for layer violations, lifecycle bugs, accessibility gaps, and Fluent UI misuse. Use for PR reviews on .razor / .razor.cs files.
Agent
Review SQL queries, migrations, and repositories for injection, N+1 patterns, missing indexes, and naming conventions.
Agent
Analyze performance issues: N+1 queries, missing caching, sync-over-async, allocation hotspots, missing indexes.
Agent
Run tests, analyze failures, diagnose root causes, and suggest fixes. Use when tests fail or before releases.
Instructions file GitHub Copilot
API patterns for .NET — REST conventions, ProblemDetails, pagination, versioning, error responses.
Instructions file GitHub Copilot
.NET authentication & authorization — JWT/OIDC, policy-based auth, multi-tenant isolation, API keys, testing.
Instructions file GitHub Copilot
Blazor Server + Microsoft Fluent UI patterns — component layering, state, lifecycle, accessibility. Auto-loads when editing .razor / .razor.cs files.