migrate-issues
Installation
SKILL.md
Issue Migration Prompt
Use this prompt when migrating issues from one GitHub repository to another (e.g., from microsoft/vscode-copilot to microsoft/vscode).
Input Methods
You can specify which issues to migrate using any of these three methods:
Option A: GitHub Search Query URL
Provide a full GitHub issues search URL. All matching issues will be migrated.
https://github.com/microsoft/vscode-copilot/issues?q=is%3Aissue+is%3Aopen+assignee%3Ayoyokrazy
Option B: GitHub Search Query Parameters
Provide search query syntax for a specific repo. All matching issues will be migrated.