github-migration

Automates GitHub repository migration, token setup, and CI/CD reconfiguration for account transfers.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/antigravityos187-sketch/universal-or-strategy --skill github-migration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-migration
Source: https://github.com/antigravityos187-sketch/universal-or-strategy/tree/main/plugins/github-migration
Command: npx skills add https://github.com/antigravityos187-sketch/universal-or-strategy --skill github-migration

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of migrating GitHub repositories between accounts, including token setup, repository transfer, and CI/CD reconfiguration.

Core Features & Use Cases

  • Repository Migration: Automates the transfer of GitHub repositories between accounts.
  • Token Setup: Handles the generation and configuration of GitHub Personal Access Tokens.
  • CI/CD Reconfiguration: Updates CI/CD configurations after account changes.
  • Use Case: If you need to move a repository to a new account and ensure that all CI/CD pipelines continue to function, this Skill streamlines the entire process.

Quick Start

Use the github-migration skill to migrate the repository 'example-repo' from 'source-account' to 'target-account'.

Frequently Asked Questions about github-migration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I migrate a GitHub repository to a new account?

To migrate a GitHub repository, you can automate the transfer between accounts, generate new Personal Access Tokens, and reconfigure CI/CD secrets. This ensures the repository and its pipelines function correctly under the target account.

What do I need for GitHub repository transfer and CI/CD setup?

GitHub repository transfer and CI/CD setup require the GitHub CLI installed and administrative access to the repositories involved. These prerequisites allow the automated generation of tokens and reconfiguration of pipelines.

How does CI/CD reconfiguration work after a GitHub account transfer?

CI/CD reconfiguration after a GitHub account transfer involves automatically updating pipeline configurations and managing CI/CD secrets. This maintains continuous integration functionality across the newly transferred repository structure.

Can I automate GitHub token generation for repository migration?

Yes, you can automate GitHub Personal Access Token generation and configuration for repository migration. The process handles token setup directly to streamline account transfers without manual token creation.

What is the best way to move a GitHub repository without breaking pipelines?

The best way to move a GitHub repository without breaking pipelines is to automate the transfer alongside CI/CD secret management. This updates configurations immediately after the account transfer completes.

Why does my CI/CD pipeline fail after a GitHub account transfer?

CI/CD pipelines fail after a GitHub account transfer because secrets and configurations still reference the source account. Automating CI/CD reconfiguration updates these settings to restore pipeline functionality.