github-workflows

Monitor and debug GitHub Actions workflows using ci_monitor.cjs.

12|1|Updated May 29, 2026
One-click install
npx skills add https://github.com/qdzsh/gsd-revamp --skill github-workflows-qdzsh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-workflows
Source: https://github.com/qdzsh/gsd-revamp/tree/main/src/resources/skills/github-workflows
Command: npx skills add https://github.com/qdzsh/gsd-revamp --skill github-workflows-qdzsh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

GitHub Actions configurations can be complex and brittle, making it hard to understand live behavior, trace failures, and keep pipelines healthy. This Skill provides a structured approach to reading live syntax, monitoring runs, and debugging issues by wrapping the GitHub CLI stack with observable output and clear guidance.

Core Features & Use Cases

  • Read live workflow syntax from official sources and validate usage within your CI/CD definitions.
  • Monitor recent workflow runs, inspect logs, and troubleshoot failures in a deterministic, observable manner.
  • Centralize guidance for managing actions versions, concurrency, and reusable workflows to reduce debugging time and improve reliability.

Quick Start

Start by invoking the CI monitor against your repository with a simple command like: node scripts/ci_monitor.cjs <command>.

Frequently Asked Questions about github-workflows

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

FAQPage Schema
How do I debug failing GitHub Actions workflows in my CI pipeline?

Monitoring GitHub Actions runs involves inspecting recent workflow logs and tracing failures using observable output. This Skill wraps the GitHub CLI to centralize run monitoring and provide deterministic troubleshooting guidance for CI pipelines.

How do I validate GitHub Actions syntax when authoring CI/CD definitions?

Validating GitHub Actions syntax requires reading live syntax from official GitHub docs sources. This Skill applies live syntax validation against your CI/CD definitions to ensure correct usage within your workflows and pipelines.

Can I use this to manage concurrency and reusable workflows in GitHub Actions?

Yes, you can manage concurrency and reusable workflows in GitHub Actions. It centralizes guidance for managing actions versions, concurrency controls, and reusable workflows to reduce debugging time and improve pipeline reliability.

What is the best way to monitor recent GitHub Actions runs and inspect logs?

The best way to monitor recent GitHub Actions runs is by invoking a CI monitor script wrapper against your repository. This approach inspects logs and troubleshoots failures using a structured, observable output mechanism.

Why do my GitHub Actions deployments fail and how can I trace the issues?

GitHub Actions deployments often fail due to brittle configurations, but tracing issues requires inspecting live run data. This Skill diagnoses workflow failures in deployments and PRs by relying on repository workflow data and observable output.