gh-link-subissues
GitHub Sub-issue 紐付けスキル
親 Issue に1つ以上の子 Issue を Sub-issue として紐付けます。 異なるリポジトリ間(クロスリポジトリ)でも紐付け可能です。 紐付け後、全 Issue を GitHub Project に自動追加します。
前提条件
ghCLI がインストール・認証済みであること- 対象リポジトリへのアクセス権があること
設定ファイル
GitHub Project への追加に使用する設定は ~/.claude/custom-config/create-issue-config.json から読み込みます。
/create-issue スキルと設定を共有し、二重管理を防ぎます。
{
"project": {
More from seika139/dotfiles
creative-frontend-aesthetics
AI特有の「ありきたりなデザイン(AI slop)」を回避し、独創的で洗練されたUIを構築する。LP、ダッシュボード、アプリのフロントエンド実装時に適用。
119high-end-typography
汎用的なフォントを避け、デザイン性の高いタイポグラフィを選択してフロントエンドの質を向上させるスキル。UI制作やLP作成時に使用します。
28checking-breaking-changes-in-php-framework
外部公開を想定したphpフレームワークのコードレビューをする際に、破壊的変更(breaking change)の有無を確認し、破壊的変更がある場合は適切に処理されているかをチェックするスキルです。
23with-codex
Enables Claude Code to collaborate with OpenAI Codex CLI on Windows. Use this skill when the user wants to get a second opinion from Codex, compare approaches between Claude and Codex, or leverage both AI assistants for collaborative problem-solving. This skill supports both non-interactive mode (automatic response retrieval) and interactive mode (visual pane splitting with tmux).
22verifying-changelog-in-framework
外部公開を想定したフレームワークにある CHANGELOG.md の内容が適切かどうかを確認するスキルです。CHANGELOG.md を更新する際、またはレビューする際に利用します。
22gh-unlink-subissue
GitHub Issue から Sub-issue の紐付けを解除します。親 Issue の URL/番号と、解除する子 Issue の URL/番号を指定してください。
2