chezmoi/dot_config/opencode/skills/gh-create-repo-get/SKILL.md
GitHubのibuibu配下に新規repoをghで作成し、ghq getでローカルに取得する
npx skillsauth add ibuibu/nix gh-create-repo-getInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
ibuibu 配下に新しい GitHub リポジトリを作り、ghq get でローカルへ取得するときに使う。
gh で ibuibu/<repo-name> を作成する。ghq get で github.com/ibuibu/<repo-name> を取得する。private / public。未指定なら private)先に repo の存在を確認する。存在する場合は作成をスキップして ghq get のみ実行する。
gh repo view "ibuibu/<repo-name>"
存在しない場合のみ実行する。
gh repo create "ibuibu/<repo-name>" --private --confirm
公開repoの場合は --public を使う。
ghq get "github.com/ibuibu/<repo-name>"
ghq list | rg "^github.com/ibuibu/<repo-name>$"
見つかったパスを最終回答で示す。
gh auth status が未ログインなら先にログインを促す。private を使う。ibuibu/<repo-name> が存在する(または既存repoを確認済み)。ghq get が成功し、ghq list で確認できる。testing
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
tools
macOSでクリップボードの画像を /tmp/claude-clipboard/ にPNG保存してClaude Code/opencodeに読ませる。AppleScript (osascript) 経由で取得する
tools
PRレビューコメント対応
tools
gwqでworktreeを切り、.envとsettings.local.jsonをコピーし、plan-xxx.mdを配置して別ターミナルで作業開始できる状態を作る