Agent skill
read-github-issue
GitHub Issueの内容を取得し、実装プランを作成します。
Install this agent skill to your Project
npx add-skill https://github.com/getty104/claude-code-marketplace/tree/main/base-tools/skills/read-github-issue
SKILL.md
Read GitHub Issue
GitHub Issueの内容を取得し、実装プランを作成するためのスキルです。 このスキルが呼び出された際には、Instructionsに従って、Issueの内容を取得し、実装プランの作成を行ってください。
Instructions
実行ステップ
1. Issueの取得
以下のコマンドでGitHub Issueの内容を取得します。
gh issue view $ARGUMENTS
Issue内容取得時の重要なルール
Issue内に画像リンクがある場合は gh-asset を使って画像をダウンロードし、その画像の情報も読み込むこと。
gh-asset download <asset_id> ~/Downloads/
2. 実装プランの作成
取得したIssue内容をもとに、実装プランを作成します。 実装プランは以下のステップで作成してください。
- Issueの内容を詳細に分析する
- Issueで要求されている機能や改善点を特定する
- 要件の背景や目的を理解する
- 実装が必要なコード箇所を特定する
- 分析した内容をもとに、具体的な実装プランを策定する
実装プラン作成時の重要なルール
- プランは具体的かつ並列実行可能な単位で分解すること
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
bump-version
base-toolsプラグインのバージョン(patchバージョン)をインクリメントし、commit-pushでコミット・プッシュする。「バージョンを上げて」「バージョンアップ」「bump version」などのリクエストで使用する。
create-agent
Create a new sub-agent definition file (agents/*.md) for the Claude Code plugin. Use this skill when the user wants to add a new specialized agent, define a new agent type, or create an agent that handles a specific domain of tasks. Trigger whenever the user mentions creating, adding, or defining a new agent or sub-agent.
resolve-pr-comments
GitHub PRの未解決Review threadsを一括Resolveします。
update-issue
Update an existing GitHub Issue's description based on the issue number and request provided as arguments
fix-review-point
Address unresolved review comments on specified branch
create-task-summary
直近一週間で自身が作成したPRを取得し、やったことのサマリーを作成する。週次報告や作業振り返り時に使用。
Didn't find tool you were looking for?