com um clique
worktree-create
Github worktreを安全に作成するためのSkill。Github worktree作って、WT作って、などの指示で起動
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Github worktreを安全に作成するためのSkill。Github worktree作って、WT作って、などの指示で起動
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
実装計画(Plan)ファイルを作成する。TDD・コミット分割・自動テスト一覧・工数見積もりを含む再現性の高い Plan を生成する。機能追加・バグ修正・リファクタリング等の実装計画策定時に使用。トリガー: 「Planを作って」「計画を立てて」「実装計画を」
PRレビューコメント対応ワークフロー(レビュー抽出→修正→CIチェック→コミット→サマリーまで一括実行)
A skill to break down ambiguous requests into small, immediately implementable requirement definitions through strategic questioning. Focus on WHY and WHAT, excluding HOW. This is used when ambiguous requests such as 'I want to add a feature like XX,' 'I want to fix XX,' or 'I did XX' are made outside of Plan Mode.
CodeRabbit CLIでコードレビューを受け取り、指摘に対応するスキル。コミット済み・未コミットの両方に対応。
Generic tmux-based API debugging workflow for cases like HTTP 4xx/5xx from an upstream provider, intermittent API failures, or when local reproduction is needed. Use when you need to run a backend in a tmux session, reproduce a request (including streaming), capture logs, iterate on minimal fixes, and shut down cleanly.
Use when working on EgoPulse itself implementation, architecture, config, channels, tools, MCP, Web UI/API, storage, deployment, security, system prompts, sleep batch, or docs. Also use for requests about EgoPulse internals, "自分の体", "内部実装" or runtime behavior.
| name | worktree-create |
| description | Github worktreを安全に作成するためのSkill。Github worktree作って、WT作って、などの指示で起動 |
Git worktree を作成してください。
$ARGUMENTS から topic-kebab-case を作る。<type>/<topic-kebab-case>。type は feat|fix|refactor|docs|chore から内容に合わせる)。wt-<topic-kebab-case>。重複時は -2, -3 を付ける)。origin/main を最新化する。git fetch origin main
git worktree add "./<worktree_name>" -b "<branch_name>" origin/main
<worktree_path><branch_name>cd <worktree_path>