Agent skill
exec-issue
Execute tasks based on GitHub Issue content
Install this agent skill to your Project
npx add-skill https://github.com/getty104/claude-code-marketplace/tree/main/base-tools/skills/exec-issue
SKILL.md
Execute Issue
GitHubのIssueの内容を確認し、タスクを実行する処理を行なうためのスキルです。 このスキルが呼び出された際には、Instructionsに従って、Issueの内容を確認し、タスクの遂行、PRの作成を行ってください。
Instructions
実行内容
以下のステップでIssueの内容に合わせたタスクの遂行、PRの作成を行ってください。
- read-github-issue skillを用いて、Issue番号
$0のIssueの内容の実装プランを確認する - 実装プランから洗い出した各タスクを、base-tools:general-purpose-assistant サブエージェントを使用して実行する
- サブエージェントの実行はタスクごとに行い、並列で実行可能なタスクがあれば並列で実行する
- 全ての実装が完了したら、base-tools:general-purpose-assistant サブエージェントを使用してテストとLintを実行し、全て通過していることを確認する
- 問題があればbase-tools:general-purpose-assistant サブエージェントを使用して修正を行う
git statusでコード変更の有無を確認する- コード変更がない場合は、Issue
$0に「調査の結果、コード変更は不要と判断しました」旨のコメントをgh issue commentで追加し、gh issue closeでIssueをクローズして処理を終了する - コード変更がある場合は、以降のステップに進む
- コード変更がない場合は、Issue
- commit-push skillを用いて、変更内容を適切にコミットし、pushする
- create-pr skillを用いて、変更内容を反映したPRを作成する
- 第二引数の値:
$1が--triage-scopeの場合は、作成したPRにcc-triage-scopeラベルを付与する
- 第二引数の値:
- PRのURLを報告する
注意事項
- 作業は全てworktree上で行い、mainブランチで作業は絶対に行わないこと
- ファイル編集などの作業を行う際は、pwdコマンドでworktree内部であることを確認してから行うこと
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?