github-actions-pro

Automate GitHub Actions workflow management using gh CLI commands.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kamushadenes/nix --skill github-actions-pro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-actions-pro
Source: https://github.com/kamushadenes/nix/tree/main/home/common/ai/resources/claude-code/skills/github-actions-pro
Command: npx skills add https://github.com/kamushadenes/nix --skill github-actions-pro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub Actions workflow management and debugging can be time-consuming; this Skill provides a focused set of gh CLI commands for monitoring, diagnosing, and controlling workflows across repositories.

Core Features & Use Cases

  • Monitoring: gh run list and gh run watch for real-time visibility into workflow status.
  • Debugging: gh run view --log to fetch logs and identify failures.
  • Remediation: gh workflow run to trigger workflows or gh run rerun for failed jobs.
  • Use Case: When a PR build fails, use this Skill to pinpoint the failing job, retrieve logs, and rerun the workflow after fixes.

Quick Start

gh run list

Frequently Asked Questions about github-actions-pro

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

FAQPage Schema
How do I debug a failed GitHub Actions workflow run?

Debug a failed GitHub Actions workflow run by using the gh CLI to execute `gh run view --log`, fetching the specific logs to pinpoint the failing job and identify the root cause of the failure.

Can I rerun a failed GitHub Actions job directly from the command line?

Yes, you can rerun failed GitHub Actions jobs directly from the command line using the `gh run rerun` command, automating the workflow remediation process across your CI/CD pipelines after applying fixes.

What is the best way to monitor GitHub Actions workflow status in real time?

The best way to monitor GitHub Actions workflow status in real time is using the `gh run list` and `gh run watch` gh CLI commands, providing live visibility into your repository automation and CI/CD pipeline execution.

Do I need the gh CLI installed to troubleshoot GitHub Actions workflows?

Yes, you need the gh CLI installed to troubleshoot GitHub Actions workflows with this approach, as it requires familiarity with GitHub workflows and the ability to interpret run logs directly through the command line interface.

How do I trigger a GitHub Actions workflow across multiple projects?

To trigger a GitHub Actions workflow across multiple projects, use the `gh workflow run` command, automating workflow management and allowing you to manually start repository automation processes from your terminal.