migration-assistant

Assist with system migration planning

Content Preview
# Migration Assistant

Assist with system migration planning

## Instructions

1. **Check Prerequisites**
   - Verify GitHub CLI (`gh`) is installed and authenticated
   - Check if Linear MCP server is connected
   - Ensure sufficient permissions in both systems
   - Confirm backup storage is available

2. **Parse Migration Parameters**
   - Extract action and options from: **$ARGUMENTS**
   - Valid actions: plan, analyze, migrate, verify, rollback
   - Determine source and target systems
   - S
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/migration-assistant.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/team/migration-assistant.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/team/migration-assistant.md

Related Skills