github-actions

Manage GitHub Actions workflows by listing, checking statuses, and triggering runs.

Updated Jan 4, 2026
One-click install
npx skills add https://github.com/leonj1/external-claude-skills --skill github-actions-leonj1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-actions
Source: https://github.com/leonj1/external-claude-skills/tree/main/skills/cicd/github-actions
Command: npx skills add https://github.com/leonj1/external-claude-skills --skill github-actions-leonj1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps manage and interact with GitHub Actions workflows, streamlining CI/CD processes.

Core Features & Use Cases

  • Workflow Management: View, trigger, and monitor GitHub Actions workflows.
  • Status Checks: Get the status of recent workflow runs.
  • Use Case: You can ask the AI to check the status of your latest CI build for a specific repository.

Quick Start

Use the github-actions skill to list the workflows for the repository 'leonj1/external-claude-skills'.

Frequently Asked Questions about github-actions

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

FAQPage Schema
How do I check the status of a GitHub Actions workflow run?

To check GitHub Actions workflow status, you request the status of recent workflow runs for a specific repository. The skill retrieves current CI/CD pipeline execution states directly from GitHub.

Can I trigger a GitHub Actions workflow automatically?

Yes, you can trigger new GitHub Actions workflow runs through this skill. It provides capabilities to initiate workflows remotely, streamlining continuous integration and deployment processes.

What do I need to manage GitHub Actions workflows?

Managing GitHub Actions workflows requires authentication with GitHub to access repository-specific data. You must provide valid credentials to view, trigger, and monitor CI/CD pipelines.

How do I list available workflows in a GitHub repository?

Listing GitHub Actions workflows involves querying the target repository to return all configured pipelines. The skill enumerates available workflows, helping you identify and interact with specific CI/CD processes.

What is the best way to monitor CI/CD pipelines in GitHub Actions?

Monitoring CI/CD pipelines in GitHub Actions is best done by checking run statuses for recent builds. The skill retrieves execution results, keeping software development teams updated on deployment pipelines.

Does this skill work with private GitHub repositories?

Yes, the skill works with private GitHub repositories given proper authentication. Accessing repository-specific workflow data and triggering runs requires valid GitHub credentials to manage CI/CD pipelines.