deploy-diagnostics

Parses Azure deployment errors and suggests fixes for common failures.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/EmeaAppGbb/spec2cloud-microhack-greenfield --skill deploy-diagnostics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-diagnostics
Source: https://github.com/EmeaAppGbb/spec2cloud-microhack-greenfield/tree/main/.github/skills/deploy-diagnostics
Command: npx skills add https://github.com/EmeaAppGbb/spec2cloud-microhack-greenfield --skill deploy-diagnostics

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires az-cli, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses Azure deployment issues by diagnosing errors, checking resource states, and suggesting fixes, ensuring that deployment issues are quickly resolved and services remain operational.

Core Features & Use Cases

  • Error Analysis: Identifies and parses error messages from deployment failures.
  • Resource State Checking: Verifies the health of Azure resources.
  • Fix Suggestions: Provides remediation steps to resolve common issues.
  • Use Case: When experiencing failures during deployment, such as provisioning or deployment errors, smoke test failures, or container image issues, this skill can pinpoint the issue and recommend a fix.

Quick Start

Diagnose and resolve deployment issues by running 'deploy-diagnostics analyze'.

Frequently Asked Questions about deploy-diagnostics

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I resolve Azure deployment failures using az-cli?

To resolve Azure deployment failures, you can parse error outputs, check resource states via az-cli, and apply suggested fixes for common provisioning or deployment errors to restore operational services quickly.

What causes Azure provisioning errors and how can I analyze them?

Azure provisioning errors occur during resource allocation failures. You can analyze them by parsing deployment error messages, checking the health states of targeted resources, and applying remediation steps for common configuration issues.

Does this diagnostic tool require az-cli to check Azure resource states?

Yes, resolving Azure deployment issues with this tool requires access to Azure CLI commands to accurately check resource states and deployment status for effective issue diagnosis and remediation.

Can I diagnose post-deploy smoke test failures and container image issues?

Yes, you can diagnose post-deploy smoke test failures and container image issues by analyzing error outputs, verifying Azure resource health, and following the provided remediation steps to pinpoint and resolve the failure.

What is the best way to troubleshoot Azure deployment issues?

The best way to troubleshoot Azure deployment issues is to parse error outputs systematically, verify resource states through az-cli, and apply targeted fix suggestions for common provisioning, deployment, or smoke test failures.