From base-tools
Fetches GitHub issue content via gh CLI, downloads image assets with gh-asset, analyzes requirements, and generates detailed implementation plans broken into parallelizable tasks. Useful for planning from issues.
How this skill is triggered — by the user, by Claude, or both
Slash command
/base-tools:read-github-issueopusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
GitHub Issueの内容を取得し、実装プランを作成するためのスキルです。
GitHub Issueの内容を取得し、実装プランを作成するためのスキルです。 このスキルが呼び出された際には、Instructionsに従って、Issueの内容を取得し、実装プランの作成を行ってください。
以下のコマンドでGitHub Issueの内容を取得します。
gh issue view $ARGUMENTS
Issue内に画像リンクがある場合は gh-asset を使って画像をダウンロードし、その画像の情報も読み込むこと。
gh-asset download <asset_id> ~/Downloads/
取得したIssue内容をもとに、実装プランを作成します。 実装プランは以下のステップで作成してください。
npx claudepluginhub getty104/claude-code-marketplace --plugin base-toolsFetches a GitHub issue with all images and screenshots downloaded locally so Claude can read them. Use when a user provides an issue URL, asks to view an issue, references an issue number, or asks about issue screenshots.
Manages GitHub issues via `gh` CLI: reads issues, atomically updates checkboxes, creates/links sub-issues, edits/closes/adds labels, downloads images. Auto-triggers on issue URLs or commands like 'read issue'.
Creates structured GitHub issues with implementation plans from task descriptions by analyzing docs, designs, and code. Updates existing issues by number using gh CLI.