What problem does it solve? Managing GitHub Actions workflows manually is time-consuming and error-prone, especially when coordinating CI/CD pipelines, PR reviews, security scans, and releases across repositories. This Skill automates workflow generation, optimization, failure analysis, and repository management using GitHub CLI and swarm coordination. ## Core Features & Use Cases - Workflow Generation & Optimization: Analyze a codebase, detect languages, and generate optimized CI/CD pipelines with parallelization and caching suggestions. - GitHub Coordination Modes: Use specialized modes like pr-manager, issue-tracker, release-manager, code-reviewer, and security-guardian to automate pull requests, issues, releases, and audits. - Failure Diagnosis & Self-Healing: Analyze failed workflow runs, identify failure patterns, and apply automated fixes or create PRs for complex issues. - 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 to production on merge to main. ## Quick Start Ask the AI to generate an optimized GitHub Actions CI workflow for the current repository by analyzing the codebase and detecting its languages.