From devops-automator
Creates DevOps automation scripts for CI/CD pipelines, deployments, and infrastructure tasks with dry-run and secrets management.
How this command is triggered — by the user, by Claude, or both
Slash command
/devops-automator:automateThe summary Claude sees in its command listing — used to decide when to auto-load this command
Create DevOps automation scripts for CI/CD pipelines, deployments, and infrastructure tasks. ## Steps 1. Identify the automation need: 2. Choose the automation platform: 3. Design the automation workflow: 4. Implement the automation: 5. Add safety guards: 6. Test the automation in a safe environment. 7. Document how to use and modify the automation. ## Format ## Rules - Always include a dry-run option for destructive operations. - Use secrets management; never hardcode credentials. - Add timeout limits to prevent runaway processes.
Create DevOps automation scripts for CI/CD pipelines, deployments, and infrastructure tasks.
Automation: <name>
Trigger: <event or schedule>
Platform: <GitHub Actions|GitLab CI|Shell>
Steps:
2plugins reuse this command
First indexed Mar 30, 2026
npx claudepluginhub costrict-plugins-repo/github-trending-plan --plugin devops-automator/automateCreates DevOps automation scripts for CI/CD pipelines, deployments, and infrastructure tasks with dry-run and secrets management.
/automateGenerates secure, idempotent DevOps automation scripts in Bash, Python, Makefile, or Justfile for a specified task and optional approach.
/devopsBuilds CI/CD pipelines, Docker containers, deployment strategies, and infrastructure setups as a Senior DevOps Engineer given task arguments.
/github-actionGenerates a GitHub Actions workflow YAML for CI/CD, deployment, or automation. Inspects project to tailor triggers, jobs, cache, and security settings.
/cc-cicdGenerates, audits, or templates CI/CD workflows for GitHub Actions, GitLab CI, or Azure Pipelines, integrating Claude Code for PR reviews, testing, code generation, and security scanning.
/helpGenerates Makefiles, CI/CD pipelines, Dockerfiles, and IaC scaffolds for Claude Code projects. Also supports health checks, smoke tests, and deployment verification.