返回 Skill 列表
extension
分类: 开发与工程无需 API Key

gh-bootstrap

初始化GitHub仓库配置。在设置新项目或CI/CD工作流时使用。

person作者: jakexiaohubgithub
  1. Ask user for communication language and template language preference.
  2. Read project structure to identify languages and frameworks.
  3. Call AskUserQuestion to collect necessary configuration variables.
  4. Scan for existing config files and plan conflict resolution (see references/RULES.md).
  5. Read specs/template-catalog.md to map required files to repository URLs.
  6. Clone template repositories, perform variable substitution, and write files.
  7. Generate execution report with next-step suggestions.

Mandatory Rules

  • NEVER write config files from memory; MUST use downloaded templates.
  • ALWAYS replace all variable placeholders (e.g., {{projectName}}).
  • See references/RULES.md for detailed architecture and constraints.