بنقرة واحدة
gh-issue-develop
Manage linked branches for GitHub issues using gh issue develop.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Manage linked branches for GitHub issues using gh issue develop.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Close GitHub issues with gh CLI, choosing completed vs not planned and optionally adding a closing comment.
Add, edit, or delete GitHub issue comments using gh CLI.
Create GitHub issues with gh CLI, including labels, assignees, milestones, and projects.
Edit GitHub issues (title, body, labels, assignees, milestones, projects) using gh CLI.
List and filter GitHub issues using gh CLI with various filters like state, author, labels, milestone, and search queries.
Reopen a closed GitHub issue using gh CLI, optionally with a comment explaining why.
| name | gh-issue-develop |
| description | Manage linked branches for GitHub issues using gh issue develop. |
| allowed-tools | Bash, Read, Grep |
| handoffs | [{"label":"View Issue","agent":"gh-issue-view","prompt":"View this issue before creating a branch","send":true}] |
--repo OWNER/REPO).gh --version
gh auth status
gh issue develop --list 123
gh issue develop 123 --name "feature/123-fix" --base main --checkout
# Create and checkout a branch for issue 123
~ gh issue develop 123 --checkout
--branch-repo allows creating the branch in a fork.--base sets the remote base branch for the new branch.gh issue develop --help