Gh issue view
Agent skills for GitHub CLI
npx -y skills add dceoy/github-cli-agent-skills --skill gh-issue-viewAssembled 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
View GitHub issue details, comments, and JSON fields using gh CLI.
SKILL.md
1.2 KB, 246 tokens by cl100k_base, as published. Nobody here has run it
GitHub Issue View
When to use
- The user asks to see an issue's status, details, or comments.
Inputs to confirm
- Issue number or URL.
- Whether comments or JSON output are needed.
- Target repo if not current (
--repo OWNER/REPO).
Workflow
- Verify auth:
gh --version gh auth status - View issue summary:
gh issue view 123 - View comments or JSON:
gh issue view 123 --comments gh issue view 123 --json number,title,state,labels --jq '.title' - Optional web view:
gh issue view 123 --web
Examples
# Get title and state via JSON
~ gh issue view 123 --json title,state --jq '"\(.title) (\(.state))"'
Notes
--templatesupports Go templates; seegh help formatting.
References
- GitHub CLI manual: https://cli.github.com/manual/
gh issue view --help
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.