jelly-ios-skill

Automate iOS development and deployment with Fastlane CI/CD pipelines.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/dev-jelly/jelly-dotclaude --skill jelly-ios-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jelly-ios-skill
Source: https://github.com/dev-jelly/jelly-dotclaude/tree/main/skills/jelly-ios-skill
Command: npx skills add https://github.com/dev-jelly/jelly-dotclaude --skill jelly-ios-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Advanced iOS development and production deployment automation system that manages the complete app lifecycle from development to production release. It provides .env-based configuration management, real-time Apple policy monitoring, and intelligent CI/CD pipelines to streamline iOS projects and ensure compliance with 2025 deployment standards.

Core Features & Use Cases

  • .env-based configuration: Centralize environment variables for dev/prod deployments to keep credentials secure and reproducible.
  • Real-time policy monitoring: Track Apple policy changes and react automatically to maintain compliance.
  • Intelligent CI/CD automation: Create optimized pipelines for building, testing, and deploying iOS apps with automatic signing and test flows.
  • Automated compliance checks: Ensure your project aligns with the 2025 iOS deployment standards.
  • Use Case: Initialize and maintain a new iOS project with consistent configuration and automated release workflows.

Quick Start

Use the jelly-ios-skill to scaffold a new iOS project with a standard MVVM SwiftUI setup and a CI/CD pipeline configuration. Then mention the required env vars: APPLE_ID, APP_STORE_CONNECT_API_KEY, GITHUB_TOKEN, MATCH_PASSWORD.

Frequently Asked Questions about jelly-ios-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate iOS app deployment to the App Store and TestFlight?

Automate iOS deployment using CI/CD pipelines that handle building, signing, testing, and releasing to TestFlight and App Store. This Skill configures Fastlane workflows for your iOS project, automating the entire release process while managing Apple credentials securely through environment variables.

What's the best way to set up a new iOS project with SwiftUI and MVVM architecture?

Scaffold a new iOS project with feature-based MVVM architecture and SwiftUI best practices using Swift 6.2. This Skill initializes the project structure, configures Swift Package Manager for dependency management, and sets up automated build and testing pipelines from the start.

How do I manage environment variables and credentials for iOS development and production?

.env-based configuration centralizes environment variables for dev and production deployments, keeping credentials secure and reproducible. This Skill manages APPLE_ID, APP_STORE_CONNECT_API_KEY, GITHUB_TOKEN, and MATCH_PASSWORD across your iOS workflow automatically.

Can I use this with Xcode and existing Swift toolchains?

Yes, this Skill validates your Xcode and Swift toolchain environment, integrates with Swift 6.2, and works with existing projects. It requires Swift and Xcode to be installed and configured, then automates compliance and CI/CD setup on top of your existing setup.

What Apple policy compliance does this handle for iOS deployment?

Real-time Apple policy monitoring ensures your iOS project aligns with 2025 deployment standards automatically. This Skill tracks policy changes and applies compliance checks throughout your build and deployment pipeline to keep your app release-ready.

Does this support continuous integration and automated testing for iOS?

Yes, intelligent CI/CD automation creates optimized pipelines for building, testing, and deploying iOS apps with automatic signing and test flows. Fastlane integration handles reproducible builds and test execution across your development and production environments.