新しい作業のためにワークツリーを作成し、AI エージェントにタスクを割り当てる。「〜をやりたい」「〜を直して」といった作業依頼を受けたときに、適切なリポジトリを選んで oretachi_add_task でワークツリー作成とエージェント起動を任せる。
Scanned 9/13/2026
Install to Claude Code
npx -y skills add ishida-supsys/oretachi --skill worktree-assign --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Worktree Assign?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ishida-supsys-worktree-assign)More formats (shields.io, HTML) on the badges page.
---
name: worktree-assign
description: 新しい作業のためにワークツリーを作成し、AI エージェントにタスクを割り当てる。「〜をやりたい」「〜を直して」といった作業依頼を受けたときに、適切なリポジトリを選んで oretachi_add_task でワークツリー作成とエージェント起動を任せる。
allowed-tools: mcp__plugin_oretachi_oretachi__oretachi_list_repository, mcp__plugin_oretachi_oretachi__oretachi_get_worktree_status, mcp__plugin_oretachi_oretachi__oretachi_list_workgroups, mcp__plugin_oretachi_oretachi__oretachi_add_task, mcp__plugin_oretachi_oretachi__notify_worktree
---
# worktree-assign スキル
新しい作業を受け取り、ワークツリーを作ってエージェントに割り当てる。
## 手順
1. `oretachi_list_repository` で登録リポジトリと `branchNamePattern` を確認する。
2. `oretachi_get_worktree_status` で、**同じ作業のワークツリーが既に無いか**確認する。
description やブランチ名が近いものがあれば、新規作成せずそちらを使うようユーザーに提案する。
3. 作業内容が曖昧なら、着手前に 1〜2 点だけ確認する(対象リポジトリ・スコープ)。
4. ユーザーが追加先ワークグループを指定している場合のみ、`oretachi_list_workgroups` で
一覧を取得して該当する `name`(または `id`)を確認する。
指定が無ければ引数を省略する。この場合の追加先は **UI で現在選択中のワークグループ**で、
`isDefault: true` のグループとは限らない。どこに入ったかを断定して報告しないこと。
5. `oretachi_add_task` にプロンプトを渡す。oretachi 側が
ワークツリー作成 → セットアップスクリプト実行 → エージェント起動まで非同期で行う。
追加先を指定する場合は `workgroup_name`(表示名)か `workgroup_id` を併せて渡す。
一致しない名前を渡すとエラーになり、タスクは作成されない。
## プロンプトの書き方
`oretachi_add_task` に渡すプロンプトは、割り当て先のエージェントがそのまま読む指示になる。
- 対象リポジトリ名を明記する
- 何を達成すれば完了かを 1 行で書く
- 既知の制約(触ってはいけない箇所、参照すべきファイル)があれば添える
## 禁止事項
- 重複するワークツリーを確認せずに作らない
- 作業内容が全く不明なまま `oretachi_add_task` を呼ばない
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.
SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.
Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation
Build a full-stack TanStack Start app on Cloudflare Workers from scratch — SSR, file-based routing, server functions, D1+Drizzle, better-auth, Tailwind v4+shadcn/ui. Use whenever the user mentions TanStack Start, asks to scaffold a full-stack Cloudflare app with SSR, wants an SSR dashboard, or asks for a React 19 + Cloudflare Workers app with file-based routing and server functions — even if they don't name TanStack Start specifically. No template repo — Claude generates every file fresh per ...
PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.