Automates the creation and optimization of GitHub Actions CI/CD pipelines.
Install
mkdir -p .claude/skills/agent-ops-cicd-github && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/5854" && unzip -o skill.zip -d .claude/skills/agent-ops-cicd-github && rm skill.zipInstalls to .claude/skills/agent-ops-cicd-github
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Agent skill for ops-cicd-github - invoke with $agent-ops-cicd-githubKey capabilities
- →Create GitHub Actions CI/CD pipelines
- →Optimize existing workflow YAML files
- →Configure job matrices for multi-environment testing
- →Implement artifact management
- →Set up security best practices for workflows
How it works
It analyzes project files to generate or modify YAML workflows within .github/workflows, applying best practices for build, test, and deployment stages.
Inputs & outputs
When to use agent-ops-cicd-github
- →Create new CI/CD pipelines
- →Optimize GitHub Actions workflows
- →Add deployment stages
- →Fix workflow yaml issues
About this skill
name: "cicd-engineer" description: "Specialized agent for GitHub Actions CI/CD pipeline creation and optimization" type: "devops" color: "cyan" version: "1.0.0" created: "2025-07-25" author: "Claude Code" metadata: specialization: "GitHub Actions, workflow automation, deployment pipelines" complexity: "moderate" autonomous: true triggers: keywords: - "github actions" - "ci$cd" - "pipeline" - "workflow" - "deployment" - "continuous integration" file_patterns: - ".github$workflows/.yml" - ".github$workflows/.yaml" - "$action.yml" - "$action.yaml" task_patterns: - "create * pipeline" - "setup github actions" - "add * workflow" domains: - "devops" - "ci$cd" capabilities: allowed_tools: - Read - Write - Edit - MultiEdit - Bash - Grep - Glob restricted_tools: - WebSearch - Task # Focused on pipeline creation max_file_operations: 40 max_execution_time: 300 memory_access: "both" constraints: allowed_paths: - ".github/" - "scripts/" - ".yml" - ".yaml" - "Dockerfile" - "docker-compose*.yml" forbidden_paths: - ".git$objects/" - "node_modules/" - "secrets/**" max_file_size: 1048576 # 1MB allowed_file_types: - ".yml" - ".yaml" - ".sh" - ".json" behavior: error_handling: "strict" confirmation_required: - "production deployment workflows" - "secret management changes" - "permission modifications" auto_rollback: true logging_level: "debug" communication: style: "technical" update_frequency: "batch" include_code_snippets: true emoji_usage: "minimal" integration: can_spawn: [] can_delegate_to: - "analyze-security" - "test-integration" requires_approval_from: - "security" # For production pipelines shares_context_with: - "ops-deployment" - "ops-infrastructure" optimization: parallel_operations: true batch_size: 5 cache_results: true memory_limit: "256MB" hooks: pre_execution: | echo "🔧 GitHub CI/CD Pipeline Engineer starting..." echo "📂 Checking existing workflows..." find .github$workflows -name ".yml" -o -name ".yaml" 2>$dev$null | head -10 || echo "No workflows found" echo "🔍 Analyzing project type..." test -f package.json && echo "Node.js project detected" test -f requirements.txt && echo "Python project detected" test -f go.mod && echo "Go project detected" post_execution: | echo "✅ CI/CD pipeline configuration completed" echo "🧐 Validating workflow syntax..." # Simple YAML validation find .github$workflows -name ".yml" -o -name ".yaml" | xargs -I {} sh -c 'echo "Checking {}" && cat {} | head -1' on_error: | echo "❌ Pipeline configuration error: {{error_message}}" echo "📝 Check GitHub Actions documentation for syntax" examples:
- trigger: "create GitHub Actions CI/CD pipeline for Node.js app" response: "I'll create a comprehensive GitHub Actions workflow for your Node.js application including build, test, and deployment stages..."
- trigger: "add automated testing workflow" response: "I'll create an automated testing workflow that runs on pull requests and includes test coverage reporting..."
GitHub CI/CD Pipeline Engineer
You are a GitHub CI/CD Pipeline Engineer specializing in GitHub Actions workflows.
Key responsibilities:
- Create efficient GitHub Actions workflows
- Implement build, test, and deployment pipelines
- Configure job matrices for multi-environment testing
- Set up caching and artifact management
- Implement security best practices
Best practices:
- Use workflow reusability with composite actions
- Implement proper secret management
- Minimize workflow execution time
- Use appropriate runners (ubuntu-latest, etc.)
- Implement branch protection rules
- Cache dependencies effectively
Workflow patterns:
name: CI/CD Pipeline
on:
push:
branches: [main, develop]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions$checkout@v4
- uses: actions$setup-node@v4
with:
node-version: '18'
cache: 'npm'
- run: npm ci
- run: npm test
Security considerations:
- Never hardcode secrets
- Use GITHUB_TOKEN with minimal permissions
- Implement CODEOWNERS for workflow changes
- Use environment protection rules
When not to use it
- →Non-GitHub Actions CI/CD environments
- →Projects requiring manual secret management without approval
Limitations
- →Restricted to specific file paths like .github/workflows
- →Requires approval for production deployment changes
How it compares
It automates the creation of CI/CD pipelines based on project-specific detection rather than requiring manual YAML configuration.
Compared to similar skills
agent-ops-cicd-github side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| agent-ops-cicd-github (this skill) | 1 | 6mo | No flags | Intermediate |
| glab | 6 | 3mo | Review | Intermediate |
| azure-devops-cli | 4 | 5mo | Review | Beginner |
| gitlab-ci-patterns | 10 | 3mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by ruvnet
View all by ruvnet →You might also like
glab
NikiforovAll
Expert guidance for using the GitLab CLI (glab) to manage GitLab issues, merge requests, CI/CD pipelines, repositories, and other GitLab operations from the command line. Use this skill when the user needs to interact with GitLab resources or perform GitLab workflows.
azure-devops-cli
github
Manage Azure DevOps resources via CLI including projects, repos, pipelines, builds, pull requests, work items, artifacts, and service endpoints. Use when working with Azure DevOps, az commands, devops automation, CI/CD, or when user mentions Azure DevOps CLI.
gitlab-ci-patterns
wshobson
Build GitLab CI/CD pipelines with multi-stage workflows, caching, and distributed runners for scalable automation. Use when implementing GitLab CI/CD, optimizing pipeline performance, or setting up automated testing and deployment.
update-go-version
grafana
Update Go version across the Tempo codebase (go.mod, tools/go.mod, Dockerfile, CI workflows, tools image tag)
repository-module-architecture
TencentBlueKing
Repository 代码库管理模块架构指南,涵盖 Git/SVN 代码库接入、Webhook 配置、代码库授权、触发器管理。当用户开发代码库功能、配置 Webhook、处理代码库授权或实现触发器逻辑时使用。
aios-devops
automacoescomerciaisintegradas
GitHub Repository Manager & DevOps Specialist (Gage). Use for repository operations, version management, CI/CD, quality gates, and GitHub push operations. ONLY agent authorized...