con un clic
gh-issue-view
View GitHub issue details, comments, and JSON fields using gh CLI.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
View GitHub issue details, comments, and JSON fields using gh CLI.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
| name | gh-issue-view |
| description | View GitHub issue details, comments, and JSON fields using gh CLI. |
| allowed-tools | Bash, Read, Grep |
| handoffs | [{"label":"Comment","agent":"gh-issue-comment","prompt":"Add a comment to this issue","send":true},{"label":"Edit","agent":"gh-issue-edit","prompt":"Edit this issue","send":true}] |
--repo OWNER/REPO).gh --version
gh auth status
gh issue view 123
gh issue view 123 --comments
gh issue view 123 --json number,title,state,labels --jq '.title'
gh issue view 123 --web
# Get title and state via JSON
~ gh issue view 123 --json title,state --jq '"\(.title) (\(.state))"'
--template supports Go templates; see gh help formatting.gh issue view --helpClose 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.