بنقرة واحدة
gh-issue-create
Create GitHub issues with gh CLI, including labels, assignees, milestones, and projects.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Create GitHub issues with gh CLI, including labels, assignees, milestones, and projects.
التثبيت باستخدام 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.
Manage linked branches for GitHub issues using gh issue develop.
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-create |
| description | Create GitHub issues with gh CLI, including labels, assignees, milestones, and projects. |
| allowed-tools | Bash, Read, Grep |
| handoffs | [{"label":"View Issue","agent":"gh-issue-view","prompt":"View the newly created issue","send":true}] |
--repo OWNER/REPO).gh --version
gh auth status
gh issue create --title "Bug: login fails" --body "Steps to reproduce..."
gh issue create --label "bug" --assignee "@me"
gh issue create --template "Bug Report"
gh issue create --web
# Create with labels and assignee
~ gh issue create --title "Add caching" --body "Details..." --label "performance" --assignee "@me"
--assignee @me assigns yourself; @copilot is supported on GitHub.com only.gh auth refresh -s project.gh issue create --help