Claude-skill-registry gh-transferring-issues

Transfers an issue to another repository. Use for cross-project reorganization.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/gh-transferring-issues" ~/.claude/skills/majiayu000-claude-skill-registry-gh-transferring-issues && rm -rf "$T"
manifest: skills/data/gh-transferring-issues/SKILL.md
source content

Transferring Issues

Purpose

Moves an issue using the

gh issue transfer
command.

1. Safety & Verification

  • Permissions: Requires write access to both source and destination repositories.

2. Common Workflows

Workflow: Move to New Repo

Transfers an issue to a different project.

Command:

gh issue transfer <issue-number> <destination-repo>