reusable-workflow-patterns
Installation
SKILL.md
Reusable Workflow Patterns
This skill provides the catalog, template, and documentation standards used by the Reusable Workflow Builder agent to detect cross-platform CI/CD patterns and produce standardized GitHub Actions reusable workflows.
Supported CI/CD systems for pattern discovery
| System | File patterns |
|---|---|
| GitHub Actions | .github/workflows/*.yml |
| GitLab CI/CD | .gitlab-ci.yml |
| Azure DevOps | azure-pipelines.yml, .azure-pipelines/*.yml |
| Jenkins | Jenkinsfile, .jenkins/*.groovy |
| CircleCI | .circleci/config.yml |
| Travis CI | .travis.yml |
| Drone CI | .drone.yml |
| Others | Bitbucket, TeamCity, Bamboo, Buildkite |