بنقرة واحدة
gh-issue-reopen
Reopen a closed GitHub issue using gh CLI, optionally with a comment explaining why.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Reopen a closed GitHub issue using gh CLI, optionally with a comment explaining why.
التثبيت باستخدام 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.
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.
| name | gh-issue-reopen |
| description | Reopen a closed GitHub issue using gh CLI, optionally with a comment explaining why. |
| allowed-tools | Bash, Read, Grep |
--repo OWNER/REPO).gh --version
gh auth status
gh issue view 123 --json number,title,state,stateReason
gh issue reopen 123
gh issue reopen 123 --comment "Reopening: bug reoccurred in v2.1"
gh issue view 123 --json state
# Simple reopen
gh issue reopen 123
# Reopen with explanation
gh issue reopen 123 --comment "Issue still reproducible on latest version."
# Reopen by URL
gh issue reopen https://github.com/owner/repo/issues/123
| Flag | Description |
|---|---|
-c, --comment | Add a reopening comment |
gh issue reopen --help