agentsclimarketplace

Gh issue comment

Skill dceoy/github-cli-agent-skills/skills/gh-issue-comment

Agent skills for GitHub CLI

Install
npx -y skills add dceoy/github-cli-agent-skills --skill gh-issue-comment

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Add, edit, or delete GitHub issue comments using gh CLI.

SKILL.md

1.5 KB, 299 tokens by cl100k_base, as published. Nobody here has run it

GitHub Issue Comment

When to use

  • The user asks to comment on an issue or post an update.
  • You need to edit or delete your last comment.

Inputs to confirm

  • Issue number or URL.
  • Comment body (or file path).
  • Whether to edit/delete the last comment.

Workflow

  1. Verify auth:
    gh --version
    gh auth status
    
  2. Post a comment:
    gh issue comment 123 --body "Status update: fix in progress"
    gh issue comment 123 --body-file update.md
    
  3. Edit or delete last comment if requested:
    gh issue comment 123 --edit-last --body "Updated info"
    gh issue comment 123 --delete-last --yes
    
  4. Confirm:
    gh issue view 123 --comments
    

Examples

# Quick update
~ gh issue comment 123 --body "Working on this now."

# Edit last comment
~ gh issue comment 123 --edit-last --body "Revised ETA: tomorrow."

Notes

  • Without --body/--body-file, gh opens an interactive prompt.
  • --web opens the browser for composing a comment.

References

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.