# Gh Issue View

> Skill for listing and inspecting GitHub issues using `gh issue list` and `gh issue view`. Use when this capability is needed.

- Skill: `tomevault-io/gh-issue-view` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/gh-issue-view`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/gh-issue-view/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/gh-issue-view

---


# gh-issue-view

## Overview
Inspect GitHub issue details by listing issues first and then viewing a target issue.

## Workflow
1. Run `gh issue list` to fetch issue candidates.
2. Identify the target issue number.
3. Run `gh issue view <issue-number>` to get details.
4. 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:
1. Target issue number
2. Issue title
3. Issue body (or concise summary when long)

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/uta8a) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-14 -->

