# Gh Issue Show

> List GitHub issues in the current repository, or show details of a specific issue. Use when the user wants to browse issues, look up an issue by numbe

- Skill: `petar-djukic/gh-issue-show` (Agent Skill)
- Install (CLI): `npx skillmds@latest add petar-djukic/gh-issue-show`
- Raw SKILL.md: https://api.skillmd.com/api/skills/petar-djukic/gh-issue-show/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: petar-djukic (https://skillmd.com/u/petar-djukic)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/petar-djukic/gh-issue-show

---


# gh-issue-show command

Apply this command workflow. Treat any text after its invocation as the command input.


# Gh Issue Show

If no argument is provided, list open issues in the current repository.
If an issue number is provided, show the full details of that issue.

## Behavior

- No argument (`/gh-issue-show`): run `gh issue list` and display the results
- With issue number (`/gh-issue-show 42`): run `gh issue view $ARGUMENTS` and display the full issue including body and comments

Present the output clearly. For issue lists, summarize the number, title, and state. For a single issue, show all relevant details: number, title, state, labels, assignees, body, and recent comments.

