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:

Installs
2
GitHub Stars
65
First Seen
Jul 19, 2026
migration-core — github/actions-migrations-via-copilot