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

ci-cd-helper

生成CI/CD配置和自动化脚本,用于构建、测试和部署

person作者: jakexiaohubgithub

CI/CD Helper

Generate continuous integration and deployment configurations.

Capabilities

  • Generate GitHub Actions workflows
  • Create Fastlane configurations
  • Build automation scripts
  • Test automation
  • Archive and export scripts
  • TestFlight upload automation
  • Release note generation
  • Version bumping scripts

Tools

  • generate_github_workflow.sh - Create GitHub Actions YAML
  • setup_fastlane.sh - Initialize Fastlane
  • build_script.sh - Automated build script
  • test_script.sh - Automated test runner

Templates Included

  • macOS app build workflow
  • Test and coverage workflow
  • Release workflow
  • Dependency caching
  • Artifact upload

Usage

# Generate GitHub Actions
./generate_github_workflow.sh --platform macos --tests

# Setup Fastlane
./setup_fastlane.sh --appname PaleoRose