npx claudepluginhub getty104/claude-code-marketplace --plugin base-toolsWant just this skill?
Then install: npx claudepluginhub u/[userId]/[slug]
Execute tasks based on GitHub Issue content
This skill uses the workspace's default tool permissions.
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サブエージェントを使用して修正を行う
- commit-push skillを用いて、変更内容を適切にコミットし、pushする
- create-pr skillを用いて、変更内容を反映したPRを作成する
- 第二引数の値:
$1が--triage-scopeの場合は、PRにcc-triage-scopeラベルを付与する
- 第二引数の値:
- Dockerを使用していた場合は、作成したDockerのコンテナを削除する
- PRのURLを報告する
注意事項
- 作業は全てworktree上で行い、mainブランチで作業は絶対に行わないこと
- ファイル編集などの作業を行う際は、pwdコマンドでworktree内部であることを確認してから行うこと
Similar Skills
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.