Agent skill · Testing & QA

Fastlane/Mobile CI-CD

Automated mobile build, test, and deployment with Fastlane

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexMIT
Install
npx skills add a5c-ai/babysitter --skill fastlane-cicd --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 11 KB
Bundled scripts: none
Version: 1.0.0
Path: library/specializations/mobile-development/skills/fastlane-cicd/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Fastlane/Mobile CI-CD Skill ## Overview This skill provides comprehensive capabilities for mobile CI/CD automation using Fastlane. It enables automated builds, testing, code signing, beta distribution, and app store deployments for both iOS and Android platforms. ## Allowed Tools - `bash` - Execute Fastlane commands, Ruby, and bundler - `read` - Analyze Fastfile, Appfile, and configuration files - `write` - Generate Fastlane configurations and lanes - `edit` - Update existing Fastlane configurations - `glob` - Search for Fastlane and CI configuration files - `grep` - Search for patterns in CI/CD configurations ## Capabilities ### Fastlane Configuration 1. **Fastfile Setup** - Create platform-specific lanes - Configure before_all and after_all hooks - Implement error handling with error blocks - Set up environment variables - Configure lane options and parameters 2. **Appfile Configuration** - Configure app identifiers - Set up Apple ID and team settings - Configure Google Play credentials - Set environment-specific values ### iOS Code Signing 3. **Match (Code Signing)** - Configure Git-based certificate storage - Set up development, adhoc, and appstore profiles - Implement automa

What's inside
Steps it walks through
  1. Overview
  2. Allowed Tools
  3. Capabilities
  4. Fastlane Configuration
  5. iOS Code Signing
  6. Build Automation
  7. Testing
  8. Beta Distribution
  9. App Store Deployment
  10. CI Integration
  11. Target Processes
  12. Dependencies
  13. Required
  14. Optional
Ships with 1 file
  • README.md
More from babysitter
All skills →
About this skill
What does the Fastlane/Mobile CI-CD skill do?

Automated mobile build, test, and deployment with Fastlane

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill fastlane-cicd --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going