# CI CD Helper

> Generate CI/CD configurations and automation scripts for building, testing, and deploying Use when this capability is needed.

- Skill: `tomevault-io/ci-cd-helper-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/ci-cd-helper-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/ci-cd-helper-2/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/ci-cd-helper-2

---


# 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
```bash
# Generate GitHub Actions
./generate_github_workflow.sh --platform macos --tests

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

---
> Source: [paleoterra/PaleoRose](https://github.com/paleoterra/PaleoRose) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-16 -->

