cicd-debug

Diagnoses GitHub Actions deploy workflows and Terraform deployment failures.

738|24|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/learntocloud/learn-to-cloud-app --skill cicd-debug
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cicd-debug
Source: https://github.com/learntocloud/learn-to-cloud-app/tree/main/.github/skills/cicd-debug
Command: npx skills add https://github.com/learntocloud/learn-to-cloud-app --skill cicd-debug

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Debug GitHub Actions deployment workflows and Terraform errors to reduce MTTR and stabilize release processes across Learn to Cloud infrastructure.

Core Features & Use Cases

  • Automated failure detection for GitHub Actions deploy pipelines and Terraform runs.
  • Guided remediation for Terraform state locks, authentication/authorization failures, resource not found, and quota issues.
  • A quick-start debug workflow that reduces debugging time and accelerates incident resolution.

Quick Start

Use the debug script in this skill's folder to start automated diagnostics.

Frequently Asked Questions about cicd-debug

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

FAQPage Schema
How do I fix a stuck Terraform state lock in my GitHub Actions deployment?

Fixing a stuck Terraform state lock in GitHub Actions deployment requires diagnosing the failure and running specific commands to forcefully unlock the Terraform state, which this skill automates to accelerate incident resolution.

Why does my Terraform deployment fail with a resource not found error in Azure?

A Terraform deployment fails with a resource not found error in Azure because of missing dependencies or authentication mismatches, which automated diagnostics can detect by checking logs for common patterns and guiding remediation.

How do I troubleshoot GitHub Actions authentication and authorization failures?

To troubleshoot GitHub Actions authentication and authorization failures, analyze the deploy workflow logs for common patterns to identify the misconfigured credentials, then apply guided remediation steps to resolve the access issue.

Does this CI/CD debugging tool support both Azure and GitHub environments?

Yes, this CI/CD debugging tool supports both Azure and GitHub environments, applying automated diagnostics to GitHub Actions deploy workflows and Terraform deployments to resolve state locks, authentication issues, and resource errors across both platforms.

What is the best way to diagnose infrastructure provisioning errors in a CI/CD pipeline?

The best way to diagnose infrastructure provisioning errors in a CI/CD pipeline is to run an automated debug script that checks logs for common failure patterns and applies guided remediation for Terraform runs to reduce debugging time.