AgentSkillsCN

gh-transferring-issues

将议题转移至其他仓库。适用于跨项目重组时使用。

SKILL.md
--- frontmatter
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>