What problem does it solve? Teams need consistent, version-controlled infrastructure and deployment automation, but building CI/CD pipelines, Dockerfiles, and deployment configs by hand is error-prone and often bypasses review processes. This Skill acts as an Automation Engineer agent that audits existing infrastructure, plans changes, and implements them safely through feature branches and pull requests. ## Core Features & Use Cases - CI/CD Pipeline Construction: Creates GitHub Actions workflows with lint, test, build, and deploy stages, caching strategies, and matrix builds. - Container and Build System Management: Optimizes Dockerfiles with multi-stage builds, defines docker-compose services, and maintains build scripts and dependency lock files. - Safe Change Workflow: Enforces worktree-based development, task tracking via .workflow/tasks/, and pull-request-only delivery with no direct pushes to the default branch. - Use Case: A repository needs automated testing on every push. The agent audits existing workflows, writes an infrastructure plan, creates a feature branch in a git worktree, adds a GitHub Actions pipeline, validates the YAML, and opens a PR for review. ## Quick Start Ask the automation agent to set up a CI pipeline that lints, tests, and builds this repository on every pull request.