ci-cd-automationlisted
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プラクティス