gh-cli

Automates GitHub Actions workflows via gh command-line tool with input/output handling.

Updated Nov 9, 2025
One-click install
npx skills add https://github.com/manifoldlogic/claude-code-plugins --skill gh-cli-manifoldlogic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-cli
Source: https://github.com/manifoldlogic/claude-code-plugins/tree/main/plugins/github-actions/skills/gh-cli
Command: npx skills add https://github.com/manifoldlogic/claude-code-plugins --skill gh-cli-manifoldlogic

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The gh-cli Skill resolves the challenge of navigating and managing complex GitHub Actions workflows through an intuitive and command-line interface.

Core Features & Use Cases

  • Workflow Management: List, view, and trigger GitHub Actions workflows.
  • Run Monitoring: Track the progress of workflow runs and view logs for troubleshooting.
  • Secrets & Variables: Handle GitHub Secrets and environment variables for workflows.
  • Use Case: For a CI/CD pipeline, the Skill allows you to monitor and rerun failed workflow runs quickly, ensuring the continuous integration process runs smoothly.

Quick Start

To list all workflow runs for a specific branch, you would use the command: use the skill gh-cli to list all workflow runs on branch main.

Frequently Asked Questions about gh-cli

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

FAQPage Schema
How do I manage GitHub Actions workflows from the command line?

GitHub Actions workflow management via the gh CLI involves listing available workflows, triggering runs with specific inputs, and retrieving execution outputs. It automates CI/CD pipeline control directly from the command line.

How do I monitor and troubleshoot failed GitHub Actions workflow runs?

To monitor and troubleshoot failed GitHub Actions workflow runs, you can use the gh CLI to track run progress and view logs. This allows you to quickly identify issues and rerun failed workflows to maintain continuous integration.

Can I handle GitHub Secrets and environment variables for CI/CD pipelines using the GitHub CLI?

Yes, you can handle GitHub Secrets and environment variables for CI/CD pipelines using the GitHub CLI. The gh command-line tool provides functionality to manage these secrets required by your workflows securely.

What is the best way to trigger GitHub Actions workflows with custom inputs?

The best way to trigger GitHub Actions workflows with custom inputs is through the gh command-line tool. It automates workflow execution by accepting input parameters and retrieving the resulting output for your CI/CD pipelines.

How do I list all GitHub Actions workflow runs for a specific branch?

To list all GitHub Actions workflow runs for a specific branch, you can use the gh CLI to query runs filtered by branch name. This provides a quick view of your continuous integration status for that branch.