Skip to content

DevOps · Global library

GitHub Actions Optimizer

Reduce CI waste through caching, parallelism, and smarter workflow conditions without losing signal quality.

CodexClaude CodeKimi Codeorchestrator-mcp

Best use case

Use GitHub Actions Optimizer when you need to reduce CI waste through caching, parallelism, and smarter workflow conditions without losing signal quality, especially when the work is driven by github actions and ci cache.

Trigger signals

github actionsci cacheworkflow optimization

Validation hooks

verify_ci_duration

Install surface

Copy the exact command path you need.

Inspect

pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show github-actions-optimizer

Use

orchestrator-mcp skills export github-actions-optimizer --to ./skillforge-packs
# copy the exported pack into your preferred agent environment

Export

cp -R skills/github-actions-optimizer ./your-agent-skills/github-actions-optimizer
# or open skills/github-actions-optimizer/SKILL.md in a markdown-first client

File patterns

**/.github/workflows/*.yml**/.github/workflows/*.yaml

Model preferences

deepseek-ai/deepseek-v3.2qwen3-coder:480b-cloudllama3.1:8b

Related skills

Adjacent packs to compose next.

DevOpsGlobal library

ArgoCD GitOps Engineer

Open pack

Implement GitOps workflows with ArgoCD that enable declarative, version-controlled continuous delivery to Kubernetes

CodexClaude Code