com um clique
gh-issue-comment
Add, edit, or delete GitHub issue comments using gh CLI.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Add, edit, or delete GitHub issue comments using gh CLI.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Close GitHub issues with gh CLI, choosing completed vs not planned and optionally adding a closing comment.
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.
Reopen a closed GitHub issue using gh CLI, optionally with a comment explaining why.
| name | gh-issue-comment |
| description | Add, edit, or delete GitHub issue comments using gh CLI. |
| allowed-tools | Bash, Read, Grep |
| handoffs | [{"label":"View Issue","agent":"gh-issue-view","prompt":"View this issue with all comments","send":true},{"label":"Close Issue","agent":"gh-issue-close","prompt":"Close this resolved issue","send":true}] |
gh --version
gh auth status
gh issue comment 123 --body "Status update: fix in progress"
gh issue comment 123 --body-file update.md
gh issue comment 123 --edit-last --body "Updated info"
gh issue comment 123 --delete-last --yes
gh issue view 123 --comments
# Quick update
~ gh issue comment 123 --body "Working on this now."
# Edit last comment
~ gh issue comment 123 --edit-last --body "Revised ETA: tomorrow."
--body/--body-file, gh opens an interactive prompt.--web opens the browser for composing a comment.gh issue comment --help