Back to skills
extension
Category: Development & EngineeringNo API key required

setup-runner

Set up the GitHub configuration files. Initiate by actions such as "Set up GitHub configuration", "Create .github directory", "Create Issue template", "Create PR template", "Initialize GitHub configuration", "Set up repository configuration", and "Create label settings". Batch generate the necessary configuration files under the .github directory.

personAuthor: jakexiaohubgithub

Setup Runner

GitHub 設定ファイルを一括生成します。

実行内容

  1. commands/setup.md を Read ツールで参照(SSOT として扱う)
  2. /shiiman-git:setup を SlashCommand ツールで実行(実装は Commands に委譲)

ドキュメント参照

  • commands/setup.md - 機能の詳細
  • /shiiman-git:setup - 機能の実装

コマンド連携

実際の処理は /shiiman-git:setup に委譲します(SSOT として扱う)

生成ファイル

テンプレートファイルは assets/ ディレクトリに配置:

  • assets/ISSUE_TEMPLATE/ - Issue テンプレート
  • assets/pull_request_template.md - PR テンプレート
  • assets/copilot-instructions.md - Copilot 設定
  • assets/labels.yml - ラベル定義
  • assets/labeler.yml - 自動ラベル付けルール
  • assets/workflows/ - GitHub Actions workflow