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 multiple repositories. This Skill automates workflow generation, optimization, failure analysis, and deployment orchestration using swarm-based agent coordination. ## Core Features & Use Cases - Workflow Generation & Optimization: Generate CI/CD pipelines from codebase analysis, detect languages, suggest parallelization, and reduce redundant steps. - PR & Issue Automation: Coordinate multi-agent PR validation (linting, testing, security, docs), automated issue tracking, and release management with semantic versioning. - Monitoring & Self-Healing: Analyze workflow performance, detect failure patterns, predict risks, and auto-fix common pipeline failures. - Use Case: A team maintaining a monorepo uses this Skill to detect changed packages, build them in a dynamic matrix, run parallel security scans, and progressively deploy to production on merge to main. ## Quick Start Ask the AI to generate an optimized GitHub Actions CI workflow for your repository by analyzing the codebase and detecting its languages.