with one click
gh-issue-comment
Add, edit, or delete GitHub issue comments using gh CLI.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Add, edit, or delete GitHub issue comments using gh CLI.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| 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 --helpClose 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.