gh-workflow

Trigger GitHub Actions workflows and download artifacts via gh CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/indexzero/dotvibes --skill gh-workflow-indexzero
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-workflow
Source: https://github.com/indexzero/dotvibes/tree/main/vlurp/whilp/dotfiles/.claude/skills/gh-workflow
Command: npx skills add https://github.com/indexzero/dotvibes --skill gh-workflow-indexzero

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines triggering and monitoring GitHub Actions workflows, CI/CD pipelines, and artifacts directly from Claude, reducing manual steps and context switching.

Core Features & Use Cases

  • Trigger workflow_dispatch workflows with inputs and parameters.
  • List recent runs, monitor statuses, and download artifacts for verification.
  • Inspect workflow files to determine triggers and required inputs.

Quick Start

Use the gh-workflow skill to list all workflows on github.com, then trigger a workflow named "deploy.yml" with inputs and watch the run until completion.

Frequently Asked Questions about gh-workflow

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

FAQPage Schema
How do I trigger GitHub Actions workflows from Claude?

Trigger GitHub Actions workflows directly using the gh-workflow skill. It analyzes your .github/workflows directory to identify workflow_dispatch triggers, then runs workflows via the gh CLI with custom inputs and parameters without leaving Claude.

Can I monitor workflow runs and download artifacts?

Yes. List recent workflow runs, check their statuses in real time, and download artifacts for verification—all from Claude without switching to github.com.

What workflow triggers does this skill support?

The skill supports workflow_dispatch workflows with custom inputs. For push-based workflows, it pushes to the remote repository to initiate the trigger automatically.

Do I need to inspect workflow files before triggering them?

The skill automatically inspects workflow definitions in .github/workflows to determine trigger types and required inputs, so you don't need to manually review the YAML.

What runner preferences does this skill enforce?

The skill enforces x64 runner preferences by default while enabling artifact retrieval, optimizing for stability and consistency across CI/CD pipeline runs.

Can I use this skill for CI/CD and deployment?

Yes. Apply the skill to running workflows, triggering CI pipelines, deploying via GitHub Actions, and managing the full workflow lifecycle from initiation through artifact collection.