From base-tools
GitHub Issueの内容を把握し、実装・コミット・自己レビュー・PR作成・マージまでを一貫して行います。`/solve-issue {Issue番号}` で使用してください。
How this skill is triggered — by the user, by Claude, or both
Slash command
/base-tools:solve-issueThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
このチェックリストをコピーし、進行状況の追跡に使用してください:
このチェックリストをコピーし、進行状況の追跡に使用してください:
タスク進捗:
Issueの内容を把握する。
$ARGUMENTS からIssueの詳細を取得する。gh issue view $ARGUMENTS --json number,title,body,labels,assignees,milestone,stategh issue view $ARGUMENTS --comments実装を行う。
コミットする。
git diff で差分を確認する。#{Issue番号} {変更内容の要約})。git add {対象ファイル} → git commit -m "{コミットメッセージ}"自己レビューを行う。
git diff main...HEAD でmainブランチからの全差分を確認する。レビュー指摘を修正する。
/create-pr を実行する。
Closes #{Issue番号} または Fixes #{Issue番号})。/fix-pr を実行する。
/retro を実行する。
以下の全てを満たすこと:
npx claudepluginhub canpok1/claude-code-plugins --plugin base-toolsResolves GitHub issues via 8-phase workflow: fetch details, analyze requirements, implement solutions, verify correctness, code review, commit changes, create PRs. Activates on resolve, implement, fix requests or issue references.
Guides on working with GitHub issues: read descriptions/comments/related PRs, define acceptance criteria with verifiable behaviors, and commit with proper references.
Fixes GitHub issues end-to-end with GitHub CLI: views issue, researches context, plans fix, creates branch, implements/tests changes, submits PR.