From base-tools
Executes GitHub issues by reading content with read-github-issue, delegating tasks to frontend-implementer or general-purpose-assistant sub-agents, running tests/lint, committing on worktree, and creating PRs via commit-push and create-pr.
How this skill is triggered — by the user, by Claude, or both
Slash command
/base-tools:exec-issuesonnetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
GitHubのIssueの内容を確認し、タスクを実行する処理を行なうためのスキルです。
GitHubのIssueの内容を確認し、タスクを実行する処理を行なうためのスキルです。 このスキルが呼び出された際には、Instructionsに従って、Issueの内容を確認し、タスクの遂行、PRの作成を行ってください。
以下のステップでIssueの内容に合わせたタスクの遂行、PRの作成を行ってください。
$0のIssueの内容の実装プランを確認するgit statusでコード変更の有無を確認する
$0 に「調査の結果、コード変更は不要と判断しました」旨のコメントをgh issue commentで追加し、gh issue closeでIssueをクローズして処理を終了する$1 が--triage-scopeの場合は、作成したPRにcc-triage-scopeラベルを付与するnpx claudepluginhub getty104/claude-code-marketplace --plugin base-toolsImplements features or fixes from GitHub, Linear, or GitLab issues by registering the issue, fetching details, applying safety guidelines, creating a branch, committing, and opening a PR.
Resolves 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.
Investigates and resolves GitHub issues with systematic triage, root cause analysis, test-driven fixes, and pull request management. Use when given an issue ID or URL.