github-workflow-automation

Automates GitHub Actions workflows, CI/CD pipelines, and repository management with swarm coordination.

11|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/ishandutta2007/claude-agent-orchestration --skill github-workflow-automation-ishandutta2007
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: github-workflow-automation
Source: https://github.com/ishandutta2007/claude-agent-orchestration/tree/main/.claude/skills/github-workflow-automation
Command: npx skills add https://github.com/ishandutta2007/claude-agent-orchestration --skill github-workflow-automation-ishandutta2007

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Managing GitHub Actions workflows, CI/CD pipelines, pull requests, and releases manually is repetitive and error-prone, especially across multiple repositories or complex monorepos. ## Core Features & Use Cases - Workflow Generation & Optimization: Analyze a codebase, detect languages, and generate optimized GitHub Actions pipelines with caching, parallelization, and cost controls. - PR, Issue & Release Automation: Coordinate pull request reviews, issue tracking, semantic releases, and multi-repo synchronization using specialized GitHub modes like pr-manager, issue-tracker, and release-manager. - Security & Failure Analysis: Run deep security scans, analyze failed workflow runs, detect failure patterns, and trigger self-healing pipelines that suggest or apply fixes. - Use Case: A team maintaining a monorepo uses this Skill to detect changed packages, build them in a dynamic matrix, run parallel tests, and progressively deploy with risk-based strategies. ## Quick Start Ask the AI to analyze your repository and generate an optimized GitHub Actions CI workflow with parallel testing and security scanning.

Frequently Asked Questions about github-workflow-automation

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

FAQPage Schema
How do I generate a GitHub Actions workflow automatically?▼

Run npx ruv-swarm actions generate-workflow with the --analyze-codebase and --detect-languages flags to inspect your repository and produce an optimized pipeline. The generated workflow is written to .github/workflows and can include caching and parallelization.

How can I analyze a failed GitHub Actions run?▼

Use gh run view with the run ID to fetch job data, then pipe it into npx ruv-swarm actions analyze-failure with --suggest-fixes. The tool classifies the failure and can auto-retry flaky steps or propose fixes.

What tools are required to use GitHub workflow automation?▼

You need the GitHub CLI (gh) authenticated, git, Node.js v16 or later, and the claude-flow@alpha package. The repository must have GitHub Actions enabled and a .github/workflows directory.

Can this automate pull request reviews and releases?▼

Yes, dedicated modes like pr-manager, code-reviewer, and release-manager coordinate multi-agent PR validation, semantic versioning, changelog generation, and multi-stage deployments. They integrate with gh commands for comments and status checks.

Does it support monorepos and multiple repositories?▼

Yes, it can detect changed packages in a monorepo and build them via a dynamic matrix, and the sync-coordinator mode aligns versions and creates PRs across multiple repositories. The repo-architect mode also optimizes repository structure.

Why do GitHub Actions workflows become slow or expensive?▼

Common causes are missing dependency caching, redundant steps, oversized runners, and poor parallelization. The analytics and cost-optimize commands identify bottlenecks, suggest caching strategies, and recommend appropriate runner sizes.