migration-core
Installation
SKILL.md
Migration Core
5-Phase Workflow
All migrations follow these phases in order — skipping any phase is a completion failure.
Phase 1 — Source
- REQUIRE actual source CI/CD files from the user. Refuse to proceed without them.
- NEVER invent workflows from descriptions, requirements, or assumptions.
- Common filenames:
Jenkinsfile,azure-pipelines.yml,.circleci/config.yml,.gitlab-ci.yml,.travis.yml,bitbucket-pipelines.yml,bamboo-specs.yml,.drone.yml(and any included/referenced files).
Phase 2 — Analyze
Examine the source thoroughly. Identify: