github-actions — community github-actions, lean-spec, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Ideal for DevOps Agents requiring automated workflow management using GitHub Actions and the GitHub CLI (`gh`) Lightweight, flexible Spec-Driven Development (SDD) for modern AI-powered development

codervisor codervisor
[0]
[0]
Updated: 3/5/2026

Agent Capability Analysis

The github-actions skill by codervisor 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.

Ideal Agent Persona

Ideal for DevOps Agents requiring automated workflow management using GitHub Actions and the GitHub CLI (`gh`)

Core Value

Empowers agents to trigger, monitor, and manage GitHub Actions workflows using the `gh` CLI tool, ensuring efficient Spec-Driven Development (SDD) with features like periodic status checks and artifact management using protocols like HTTPS

Capabilities Granted for github-actions

Triggering workflows for automated testing
Monitoring workflow status for continuous integration
Downloading artifacts before expiration

! Prerequisites & Limits

  • Requires GitHub CLI (`gh`) installation
  • Dependent on GitHub Actions workflow configuration
  • Artifact expiration after 30 days if not downloaded
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

github-actions

Install github-actions, 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 Actions Skill

Teach agents how to trigger, monitor, and manage GitHub Actions workflows for the LeanSpec project.

Core Principles

  1. Use GitHub CLI (gh) - All workflow interactions use the gh CLI tool
  2. Check Status Before Acting - Always verify current run status before triggering new ones
  3. Monitor Until Completion - Background workflows need periodic status checks
  4. Artifacts Are Ephemeral - Download important artifacts before they expire (default: 30 days)
  5. Respect Rate Limits - Don't poll too frequently (minimum 30s between checks)

Available Workflows

WorkflowFileTriggersPurpose
CIci.ymlpush, PR to mainBuild, test, lint (Node.js + Rust)
Publishpublish.ymlrelease, manualPublish to npm (all platforms)
Desktop Builddesktop-build.ymlpush, PR, manualBuild Tauri desktop apps
Copilot Setupcopilot-setup-steps.ymlpush, PR, manualSetup environment for Copilot agent

Quick Reference

Check Workflow Status

bash
1# List recent workflow runs 2gh run list --limit 10 3 4# View specific workflow runs 5gh run list --workflow ci.yml --limit 5 6gh run list --workflow publish.yml --limit 5 7 8# Get details of a specific run 9gh run view <run-id> 10 11# Watch a run in progress 12gh run watch <run-id>

Trigger Workflows

bash
1# Trigger CI manually (usually automatic on push/PR) 2gh workflow run ci.yml 3 4# Trigger publish (dev version) 5gh workflow run publish.yml --field dev=true 6 7# Trigger publish (dry run - validates without publishing) 8gh workflow run publish.yml --field dev=true --field dry_run=true 9 10# Trigger desktop build 11gh workflow run desktop-build.yml

Debug Failed Runs

bash
1# View failed run logs 2gh run view <run-id> --log-failed 3 4# View full logs 5gh run view <run-id> --log 6 7# Re-run failed jobs only 8gh run rerun <run-id> --failed 9 10# Re-run entire workflow 11gh run rerun <run-id>

Manage Artifacts

bash
1# List artifacts from a run 2gh run view <run-id> 3 4# Download all artifacts from a run 5gh run download <run-id> 6 7# Download specific artifact 8gh run download <run-id> --name ui-dist 9gh run download <run-id> --name binaries-linux-x64

Decision Tree

Need to check if build passing?
└─> gh run list --workflow ci.yml --limit 1

Need to publish packages?
├─> Production: Create GitHub Release (recommended)
└─> Testing: gh workflow run publish.yml --field dev=true

Workflow failed?
├─> View logs: gh run view <id> --log-failed
├─> Transient: gh run rerun <id> --failed
└─> Real issue: Fix locally, push, let CI re-run

Need build artifacts?
└─> gh run download <run-id> --name <artifact-name>

Reference Documentation

FAQ & Installation Steps

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

? Frequently Asked Questions

What is github-actions?

Ideal for DevOps Agents requiring automated workflow management using GitHub Actions and the GitHub CLI (`gh`) Lightweight, flexible Spec-Driven Development (SDD) for modern AI-powered development

How do I install github-actions?

Run the command: npx killer-skills add codervisor/lean-spec/github-actions. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for github-actions?

Key use cases include: Triggering workflows for automated testing, Monitoring workflow status for continuous integration, Downloading artifacts before expiration.

Which IDEs are compatible with github-actions?

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 github-actions?

Requires GitHub CLI (`gh`) installation. Dependent on GitHub Actions workflow configuration. Artifact expiration after 30 days if not downloaded.

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 codervisor/lean-spec/github-actions. 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 github-actions immediately in the current project.

Related Skills

Looking for an alternative to github-actions 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