AzureAzureOfficialยท13 Agent Skills Included

git-ape

Guided Azure deployment with security gates and drift detection

Plans, validates, and deploys Azure workloads through a guided interview, ARM template generation, cost estimation, and security review. Eliminates manual portal clicking, misconfigured templates, and surprise cloud bills by checking SKU availability, RBAC roles, and policy compliance before anything is created. Detects configuration drift, runs post-deployment health tests, and tears down stacks cleanly so teams ship Azure infrastructure faster with full audit trails.
npx skills add Azure/git-ape --all -g -y

All Skills in This Repository (13)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
AzureAzure

azure-role-selector

Identify least-privilege Azure RBAC roles and generate CLI or ARM snippets.

Official
Intermediate
๐Ÿ“ฆ In Repo
AzureAzure

azure-resource-availability

Validate Azure resource availability across regions and resource types before deployment.

Official
Advanced
๐Ÿ“ฆ In Repo
AzureAzure

azure-integration-tester

Validate deployed Azure resources with post-deployment integration tests.

Official
Advanced
๐Ÿ“ฆ In Repo
AzureAzure

git-ape-onboarding

Automate repository onboarding for Git-Ape deployments with OIDC, RBAC, and secrets.

Official
Advanced
๐Ÿ“ฆ In Repo
AzureAzure

azure-rest-api-reference

Look up Azure REST API and ARM template references for resource types.

Official
Advanced
๐Ÿ“ฆ In Repo
AzureAzure

azure-drift-detector

Detect configuration drift between Azure resources and stored IaC state.

Official
Advanced
๐Ÿ“ฆ In Repo
AzureAzure

prereq-check

Validate CLI tool versions and authentication sessions for Git-Ape operations.

Official
Intermediate
๐Ÿ“ฆ In Repo
AzureAzure

azure-naming-research

Extract CAF slugs and Azure naming constraints for resource types.

Official
Intermediate
๐Ÿ“ฆ In Repo
AzureAzure

azure-policy-advisor

Analyze ARM templates against Azure policy assignments and definitions to generate prioritized recommendations in structured JSON output.

Official
Advanced
๐Ÿ“ฆ In Repo
AzureAzure

azure-cost-estimator

Parse ARM templates and query Azure Retail Prices API for monthly cost estimates.

Official
Advanced
๐Ÿ“ฆ In Repo
AzureAzure

azure-security-analyzer

Analyze Azure ARM templates against Microsoft security best practices and generate per-resource assessments.

Official
Advanced
๐Ÿ“ฆ In Repo
AzureAzure

azure-deployment-preflight

Validate subscription-level ARM template deployments with what-if and permission checks.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How to install Git-Ape?โ–ผ

Run `npx skills add Azure/git-ape --all -g -y` in your terminal to install all skills in this suite globally.

How to deploy Azure resources from chat?โ–ผ

Git-Ape walks you through a guided requirements interview, generates an ARM template with cost and security reports, and deploys only after your explicit confirmation.

Does Git-Ape check security before deploying?โ–ผ

Yes. A blocking security gate reviews every template against Azure best practices, and the policy advisor maps gaps to CIS and NIST frameworks before deployment proceeds.

How to detect Azure configuration drift?โ–ผ

The drift detection skill compares live Azure resources against your stored deployment state and lets you accept, revert, or selectively reconcile any differences.

Can I use Git-Ape without deep Azure expertise?โ–ผ

Yes. It validates SKUs, naming rules, quotas, and least-privilege roles automatically, so plain-English requests produce correctly configured infrastructure.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’