Transfers an issue to another repository. Use for cross-project reorganization.
Scanned 2/12/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill gh-transferring-issues --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Gh Transferring Issues?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-gh-transferring-issues)More formats (shields.io, HTML) on the badges page.
---
name: gh-transferring-issues
description: Transfers an issue to another repository. Use for cross-project reorganization.
---
# 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**:
```bash
gh issue transfer <issue-number> <destination-repo>
```
No comments yet. Be the first to comment!