Claude-skill-registry ci-cd-helper
Generate CI/CD configurations and automation scripts for building, testing, and deploying
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/ci-cd-helper" ~/.claude/skills/majiayu000-claude-skill-registry-ci-cd-helper && rm -rf "$T"
manifest:
skills/data/ci-cd-helper/SKILL.mdsource content
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
- Create GitHub Actions YAMLgenerate_github_workflow.sh
- Initialize Fastlanesetup_fastlane.sh
- Automated build scriptbuild_script.sh
- Automated test runnertest_script.sh
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