workflow

Automate GitHub Actions CI/CD workflow management via the gh CLI with JSON output.

24|6|Updated Dec 19, 2025
One-click install
npx skills add https://github.com/johnlindquist/claude --skill workflow-johnlindquist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow
Source: https://github.com/johnlindquist/claude/tree/main/skills/workflow
Command: npx skills add https://github.com/johnlindquist/claude --skill workflow-johnlindquist

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

This Skill automates GitHub Actions monitoring and management, saving you from manually checking build statuses and debugging failures.

Core Features & Use Cases

  • CI Status Tracking: Check workflow runs, view logs, and analyze failures.
  • Use Case: Imagine your team just pushed a critical fix. Use this Skill to automatically monitor the deployment, get notified when complete, and rerun failed jobs automatically.

Quick Start

Check the status of the current branch's CI pipeline and show the latest run details.

Frequently Asked Questions about workflow

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

FAQPage Schema
How do I automate GitHub Actions workflow monitoring and status checks?

Automate GitHub Actions monitoring using the gh CLI to check workflow runs, view logs, and analyze failures across repositories. The Skill queries your GitHub account via gh to retrieve pipeline status and outputs JSON-formatted data for automation integration.

Can I automatically rerun failed CI/CD jobs and download artifacts?

Yes, this Skill enables automatic reruns of failed GitHub Actions jobs and artifact downloads through gh CLI commands. It manages workflow control without manual GitHub UI interaction, saving time on failed deployment debugging.

What do I need to use GitHub Actions workflow automation?

You need the gh CLI installed, an authenticated GitHub account, and access to your repositories. The Skill requires these prerequisites to enable status checks, log viewing, and workflow management across your CI/CD pipelines.

How do I get notified when GitHub Actions workflows complete?

This Skill monitors GitHub Actions workflow runs and outputs JSON-formatted results that integrate with notification systems. Use the status data to trigger alerts when deployments complete or jobs fail, enabling automatic team notifications.

Can I manage multiple GitHub repositories' CI/CD pipelines in one workflow?

Yes, the Skill applies GitHub Actions automation across multiple repositories through the gh CLI. It centralizes monitoring, failure analysis, and rerun control for distributed CI/CD pipelines.