claudegoodies
Skill

agent-ops-cicd-github

From ruvnet

Agent skill for ops-cicd-github - invoke with $agent-ops-cicd-github

Facts

Repository
ruvnet/ruflo
Status
Actively maintained
Last commit

Source preview

The instructions Claude Code reads when this skill runs.

---
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"
  confirmat
View full source on GitHub →

Other skills