ci-cd-helper
Generate CI/CD configurations and automation scripts for building, testing, and deploying
$ Installieren
git clone https://github.com/paleoterra/PaleoRose /tmp/PaleoRose && cp -r /tmp/PaleoRose/.claude/skills/ci-cd-helper ~/.claude/skills/PaleoRose// tip: Run this command in your terminal to install the skill
SKILL.md
name: ci-cd-helper description: Generate CI/CD configurations and automation scripts for building, testing, and deploying type: skill language: bash
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 YAMLsetup_fastlane.sh- Initialize Fastlanebuild_script.sh- Automated build scripttest_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
Repository

paleoterra
Author
paleoterra/PaleoRose/.claude/skills/ci-cd-helper
1
Stars
0
Forks
Updated3d ago
Added1w ago