← ClaudeAtlas

ci-cd-automationlisted

GitHub Actions、Fastlane、Bitriseを活用したCI/CDパイプライン構築。自動ビルド、テスト実行、コード署名、TestFlight配布、App Store申請まで、開発からリリースまでの完全自動化ガイド。
Gaku52/software-engineering-universe · ★ 5 · DevOps & Infrastructure · score 60
Install: claude install-skill Gaku52/software-engineering-universe
# CI/CD Automation Skill ## 📋 目次 1. [概要](#概要) 2. [いつ使うか](#いつ使うか) 3. [CI/CDパイプライン設計](#cicdパイプライン設計) 4. [GitHub Actions](#github-actions) 5. [Fastlane](#fastlane) 6. [ベストプラクティス](#ベストプラクティス) 7. [よくある問題](#よくある問題) 8. [Agent連携](#agent連携) --- ## 概要 このSkillは、CI/CD自動化の全てをカバーします: - ✅ GitHub Actions ワークフロー設計 - ✅ Fastlane完全活用 - ✅ 自動ビルド・テスト - ✅ コード署名自動化 - ✅ TestFlight自動配布 - ✅ App Store自動申請 - ✅ キャッシュ戦略 - ✅ パイプライン最適化 - ✅ シークレット管理 ## 📚 公式ドキュメント・参考リソース **このガイドで学べること**: CI/CDパイプライン設計、GitHub Actions設定、Fastlane活用、自動デプロイ **公式で確認すべきこと**: 最新のCI/CD機能、セキュリティアップデート、パフォーマンス最適化 ### 主要な公式ドキュメント - **[GitHub Actions Documentation](https://docs.github.com/en/actions)** - GitHub公式CI/CD - [Workflow Syntax](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions) - [Actions Marketplace](https://github.com/marketplace?type=actions) - **[Fastlane Documentation](https://docs.fastlane.tools/)** - iOS/Android自動化ツール - [Getting Started](https://docs.fastlane.tools/getting-started/ios/setup/) - [Actions](https://docs.fastlane.tools/actions/) - **[GitLab CI/CD](https://docs.gitlab.com/ee/ci/)** - GitLab統合CI/CD - [Configuration](https://docs.gitlab.com/ee/ci/yaml/) - **[CircleCI Documentation](https://circleci.com/docs/)** - CI/CDプラットフォーム ### 関連リソース - **[Continuous Integration by Martin Fowler](https://martinfowler.com/articles/continuousIntegration.html)** - CI/CD理論 - **[The DevOps Handbook](https://itrevolution.com/product/the-devops-handbook/)** - DevOpsプラクティス