setup-fastlane

Set up Fastlane for iOS/macOS projects by generating configuration files.

33|4|Updated Dec 28, 2025
One-click install
npx skills add https://github.com/greenstevester/fastlane-skill --skill setup-fastlane
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-fastlane
Source: https://github.com/greenstevester/fastlane-skill/tree/main/skills/setup-fastlane
Command: npx skills add https://github.com/greenstevester/fastlane-skill --skill setup-fastlane

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides a one-time setup of Fastlane for iOS/macOS projects, automating the creation of configuration files and validating prerequisites to enable one-command workflows.

Core Features & Use Cases

  • Environment checks: verify Xcode CLI tools, Homebrew, and Fastlane availability.
  • Auto-generation: creates fastlane/Appfile and fastlane/Fastfile based on your project.
  • Ready-to-run lanes: preconfigured lanes such as test, beta, and release for quick automation.

Quick Start

Run the setup-fastlane skill in your project root to generate Appfile and Fastfile, then verify with fastlane lanes.