Back to Skills

read-github-issue

verified

GitHub Issueの内容を取得します。ghコマンドを使用してIssueのタイトル、本文、コメント、ラベル、アサイン情報などを取得します。

View on GitHub

Marketplace

getty104

getty104/claude-code-marketplace

Plugin

getty104

Repository

getty104/claude-code-marketplace
8stars

getty104/skills/read-github-issue/SKILL.md

Last Verified

January 15, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/getty104/claude-code-marketplace/blob/main/getty104/skills/read-github-issue/SKILL.md -a claude-code --skill read-github-issue

Installation paths:

Claude
.claude/skills/read-github-issue/
Powered by add-skill CLI

Instructions

# Read GitHub Issue

## Instructions

### Issueの取得
以下のコマンドでGitHub Issueの内容を取得します。
scriptsディレクトリはプラグイン内のskills/create-git-worktree/配下に配置されています。

```
gh view issue [Issue番号]
```

### 画像のダウンロード
Issue内に画像リンクがある場合は gh-asset を使って画像をダウンロードし、その画像の情報も読み込みます
- `gh-asset download <asset_id> ~/Downloads/`
- 参考: https://github.com/YuitoSato/gh-asset

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
334 chars