gh-issue-view
Overview
Inspect GitHub issue details by listing issues first and then viewing a target issue.
Workflow
- •Run
gh issue listto fetch issue candidates. - •Identify the target issue number.
- •Run
gh issue view <issue-number>to get details. - •Extract and return the issue title and body.
Command Notes
- •List issues:
gh issue list - •View issue:
gh issue view <issue-number>
Output Contract
Return:
- •Target issue number
- •Issue title
- •Issue body (or concise summary when long)