gh-workflow — github actions workflow management gh-workflow, community, github actions workflow management, ide skills, gh-workflow install, github workflow automation, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for GitHub Actions Agents needing automated workflow management and monitoring capabilities. gh-workflow is a skill for managing GitHub Actions workflows, specifically designed for Sigumaa/calt repository operations.

Features

Confirms and monitors GitHub Actions workflows using `gh workflow` and `gh run` commands
Supports re-running and canceling workflows with specific run IDs
Provides log checks for failed runs
Restricts operations to the Sigumaa/calt repository
Automatically delegates non-supported operations to other workflows

# Core Topics

Sigumaa Sigumaa
[0]
[0]
Updated: 3/8/2026

Agent Capability Analysis

The gh-workflow skill by Sigumaa is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for github actions workflow management, gh-workflow install, github workflow automation.

Ideal Agent Persona

Perfect for GitHub Actions Agents needing automated workflow management and monitoring capabilities.

Core Value

Empowers agents to confirm, monitor, and re-run GitHub Actions workflows using gh workflow and gh run commands, supporting workflow and run listings, log checks, and re-run/cancel operations.

Capabilities Granted for gh-workflow

Monitoring failed GitHub Actions runs and retrieving logs for debugging
Re-running cancelled or failed workflows to ensure continuous integration
Listing and managing GitHub Actions workflows and runs for repository maintenance

! Prerequisites & Limits

  • Limited to Sigumaa/calt GitHub repositories
  • Does not support repository operations outside of gh workflow and gh run
  • Prohibits operations that modify .github/workflows/*.yml files or manage gh secrets and variables
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

gh-workflow

Install gh-workflow, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

GitHub Workflow 運用スキル(Sigumaa/calt 限定)

Overview

  • この skill は Sigumaa/calt の GitHub Actions 運用操作に限定して使う。
  • 対応範囲は gh workflowgh run を使う確認・監視・再実行・ログ確認である。
  • --repo で他リポジトリを指定する操作は禁止する。

ワークフロー判定

  • 次の依頼なら発火して処理する。
    • workflow 一覧や run 一覧を確認したい
    • 失敗 run のログを見たい
    • 対象 run を rerun / cancel したい
  • 次の依頼は発火せず他手順へ委譲する。
    • Sigumaa/calt 以外の repository 操作
    • .github/workflows/*.yml の実装変更
    • gh secretgh variable の管理
  • 次の依頼は発火し、短い確認質問を返して判定する。
    • 対象 run_id / workflow 名が未指定
    • 認証状態が不明

実行手順

  1. 対象リポジトリの固定
bash
1gh repo view --json nameWithOwner -q .nameWithOwner
  • 結果が Sigumaa/calt 以外なら停止し、対象外として返答する。
  1. 認証前提の確認
bash
1gh auth status
  • github.com で有効なログインがない場合は実操作を中止する。
  • 必要時の案内コマンド:
bash
1gh auth login --web --hostname github.com --git-protocol https
  1. workflow 定義の確認(gh workflow
bash
1gh workflow list 2gh workflow view "<workflow-name-or-id>"
  1. run 状態の確認(gh run
bash
1gh run list --limit 20 2gh run view <run-id> 3gh run view <run-id> --log-failed
  1. run の操作(必要時のみ)
bash
1gh run rerun <run-id> 2gh run rerun <run-id> --failed 3gh run cancel <run-id> 4gh workflow run "<workflow-name-or-id>" --ref "<branch>"
  • gh workflow run は対象 workflow と --ref を明示できる場合のみ実施する。
  1. 補助情報の取得(必要時のみ)
bash
1gh run view <run-id> --job <job-id> --log 2gh run download <run-id> --dir ./artifacts/<run-id>
  1. push直後の最新run監視(必要時のみ)
bash
1gh run list --limit 1 2gh run watch <run-id> --exit-status
  • <run-id>gh run list --limit 1 の出力にある最新 run の ID を指定する。

禁止事項

  • Sigumaa/calt 以外の repository に対する gh workflow / gh run 操作。
  • gh ... --repo <other-owner/other-repo> の使用。
  • 認証未完了のまま rerun / cancel / workflow dispatch を実行すること。
  • gh api を使った直接的な workflow 実行状態改変。
  • ワークフロー運用を超える実装変更(コード編集、CI設計変更、権限設定変更)。

品質チェック

  • 実行前に gh repo viewgh auth status の結果を確認する。
  • 実行後は workflow名/run_id/実行コマンド/結果 を短く記録する。
  • トリガーテストは references/trigger-test-log.md に追記する。
  • skill更新後は次を実行して検証する。
bash
1uv run --with pyyaml python /home/shiyui/.codex/skills/.system/skill-creator/scripts/quick_validate.py .codex/skills/gh-workflow
  • description を変更した場合は差分影響を記録する。

返答方針

  • 返答は日本語で、実行した gh workflow / gh run コマンドを順序どおりに示す。
  • 失敗時は失敗コマンド、原因、次の最小手順(例: 認証、対象指定)を分けて示す。
  • 対象外依頼は「Sigumaa/calt 限定のため非対応」と明示して停止する。

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is gh-workflow?

Perfect for GitHub Actions Agents needing automated workflow management and monitoring capabilities. gh-workflow is a skill for managing GitHub Actions workflows, specifically designed for Sigumaa/calt repository operations.

How do I install gh-workflow?

Run the command: npx killer-skills add Sigumaa/calt/gh-workflow. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for gh-workflow?

Key use cases include: Monitoring failed GitHub Actions runs and retrieving logs for debugging, Re-running cancelled or failed workflows to ensure continuous integration, Listing and managing GitHub Actions workflows and runs for repository maintenance.

Which IDEs are compatible with gh-workflow?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for gh-workflow?

Limited to Sigumaa/calt GitHub repositories. Does not support repository operations outside of gh workflow and gh run. Prohibits operations that modify .github/workflows/*.yml files or manage gh secrets and variables.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add Sigumaa/calt/gh-workflow. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use gh-workflow immediately in the current project.

Related Skills

Looking for an alternative to gh-workflow or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI