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): rungh issue listand display the results - With issue number (
/gh-issue-show 42): rungh issue view $ARGUMENTSand 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.