$npx -y skills add DNYoussef/context-cascade --skill github-workflow-automation/*============================================================================*/ /* SKILL SKILL :: VERILINGUA x VERIX EDITION */ /*============================================================================*/
| 1 | /*============================================================================*/ |
| 2 | /* SKILL SKILL :: VERILINGUA x VERIX EDITION */ |
| 3 | /*============================================================================*/ |
| 4 | |
| 5 | --- |
| 6 | name: SKILL |
| 7 | version: 1.0.0 |
| 8 | description: | |
| 9 | [assert|neutral] SKILL skill for operations workflows [ground:given] [conf:0.95] [state:confirmed] |
| 10 | category: operations |
| 11 | tags: |
| 12 | - general |
| 13 | author: system |
| 14 | cognitive_frame: |
| 15 | primary: aspectual |
| 16 | goal_analysis: |
| 17 | first_order: "Execute SKILL workflow" |
| 18 | second_order: "Ensure quality and consistency" |
| 19 | third_order: "Enable systematic operations processes" |
| 20 | --- |
| 21 | |
| 22 | /*----------------------------------------------------------------------------*/ |
| 23 | /* S0 META-IDENTITY */ |
| 24 | /*----------------------------------------------------------------------------*/ |
| 25 | |
| 26 | [define|neutral] SKILL := { |
| 27 | name: "SKILL", |
| 28 | category: "operations", |
| 29 | version: "1.0.0", |
| 30 | layer: L1 |
| 31 | } [ground:given] [conf:1.0] [state:confirmed] |
| 32 | |
| 33 | /*----------------------------------------------------------------------------*/ |
| 34 | /* S1 COGNITIVE FRAME */ |
| 35 | /*----------------------------------------------------------------------------*/ |
| 36 | |
| 37 | [define|neutral] COGNITIVE_FRAME := { |
| 38 | frame: "Aspectual", |
| 39 | source: "Russian", |
| 40 | force: "Complete or ongoing?" |
| 41 | } [ground:cognitive-science] [conf:0.92] [state:confirmed] |
| 42 | |
| 43 | ## Kanitsal Cerceve (Evidential Frame Activation) |
| 44 | Kaynak dogrulama modu etkin. |
| 45 | |
| 46 | /*----------------------------------------------------------------------------*/ |
| 47 | /* S2 TRIGGER CONDITIONS */ |
| 48 | /*----------------------------------------------------------------------------*/ |
| 49 | |
| 50 | [define|neutral] TRIGGER_POSITIVE := { |
| 51 | keywords: ["SKILL", "operations", "workflow"], |
| 52 | context: "user needs SKILL capability" |
| 53 | } [ground:given] [conf:1.0] [state:confirmed] |
| 54 | |
| 55 | /*----------------------------------------------------------------------------*/ |
| 56 | /* S3 CORE CONTENT */ |
| 57 | /*----------------------------------------------------------------------------*/ |
| 58 | |
| 59 | # GitHub Workflow Automation Skill |
| 60 | |
| 61 | ## Kanitsal Cerceve (Evidential Frame Activation) |
| 62 | Kaynak dogrulama modu etkin. |
| 63 | |
| 64 | |
| 65 | |
| 66 | ## Overview |
| 67 | |
| 68 | This skill provides comprehensive GitHub Actions automation with AI swarm coordination. It integrates intelligent CI/CD pipelines, workflow orchestration, and repository management to create self-organizing, adaptive GitHub workflows. |
| 69 | |
| 70 | ## Quick Start |
| 71 | |
| 72 | <details> |
| 73 | <summary>💡 Basic Usage - Click to expand</summary> |
| 74 | |
| 75 | ### Initialize GitHub Workflow Automation |
| 76 | ```bash |
| 77 | # Start with a simple workflow |
| 78 | npx ruv-swarm actions generate-workflow \ |
| 79 | --analyze-codebase \ |
| 80 | --detect-languages \ |
| 81 | --create-optimal-pipeline |
| 82 | ``` |
| 83 | |
| 84 | ### Common Commands |
| 85 | ```bash |
| 86 | # Optimize existing workflow |
| 87 | npx ruv-swarm actions optimize \ |
| 88 | --workflow ".github/workflows/ci.yml" \ |
| 89 | --suggest-parallelization |
| 90 | |
| 91 | # Analyze failed runs |
| 92 | gh run view <run-id> --json jobs,conclusion | \ |
| 93 | npx ruv-swarm actions analyze-failure \ |
| 94 | --suggest-fixes |
| 95 | ``` |
| 96 | |
| 97 | </details> |
| 98 | |
| 99 | ## Core Capabilities |
| 100 | |
| 101 | ### 🤖 Swarm-Powered GitHub Modes |
| 102 | |
| 103 | <details> |
| 104 | <summary>Available GitHub Integration Modes</summary> |
| 105 | |
| 106 | #### 1. gh-coordinator |
| 107 | **GitHub workflow orchestration and coordination** |
| 108 | - **Coordination Mode**: Hierarchical |
| 109 | - **Max Parallel Operations**: 10 |
| 110 | - **Batch Optimized**: Yes |
| 111 | - **Best For**: Complex GitHub workflows, multi-repo coordination |
| 112 | |
| 113 | ```bash |
| 114 | # Usage example |
| 115 | npx claude-flow@alpha github gh-coordinator \ |
| 116 | "Coordinate multi-repo release across 5 repositories" |
| 117 | ``` |
| 118 | |
| 119 | #### 2. pr-manager |
| 120 | **Pull request management and review coordination** |
| 121 | - **Review Mode**: Automated |
| 122 | - **Multi-reviewer**: Yes |
| 123 | - **Conflict Resolution**: Intelligent |
| 124 | |
| 125 | ```bash |
| 126 | # Create PR with automated review |
| 127 | gh pr create --title "Feature: New capability" \ |
| 128 | --body "Automated PR with swarm review" | \ |
| 129 | npx ruv-swarm actions pr-validate \ |
| 130 | --spawn-agents "linter,tester,security,docs" |
| 131 | ``` |
| 132 | |
| 133 | #### 3. issue-tracker |
| 134 | **Issue management and project coordination** |
| 135 | - **Issue Workflow**: Automated |
| 136 | - **Label Management**: Smart |
| 137 | - **Progress Tracking**: Real-time |
| 138 | |
| 139 | ```bash |
| 140 | # Create coordinated issue workflow |
| 141 | npx claude-flow@alpha github issue-tracker \ |
| 142 | "Manage sprint issues with automated tracking" |
| 143 | ``` |
| 144 | |
| 145 | #### 4. release-manager |
| 146 | **Release coordination and deployment** |
| 147 | - **Release Pipeline**: Automated |
| 148 | - **Versioning**: Semantic |
| 149 | - **Deployment**: Multi-stage |
| 150 | |
| 151 | ```bash |
| 152 | # Automated release management |
| 153 | npx claude-flow@alpha github release-manager \ |
| 154 | "Create v2.0.0 release with changelog and deployment" |
| 155 | ``` |
| 156 | |
| 157 | #### 5. repo-architect |
| 158 | **Repository structure and organization** |
| 159 | - **Structure Optimization**: Yes |
| 160 | - **Multi-repo Support**: Yes |
| 161 | - **Template Management**: Advanced |
| 162 | |
| 163 | ```bash |
| 164 | # Optimize repository structure |
| 165 | npx claude-flow@alpha github repo-architect \ |
| 166 | "Restructure monorepo with optimal organization" |
| 167 | ``` |
| 168 | |
| 169 | #### 6. code-reviewer |
| 170 | **Automated |