source-command-ios-run

SkillCloud & infra

Build, deploy and start iOS app on device. Use proactively when user asks to test, run, or deploy iOS changes.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the source-command-ios-run skill

What this skill tells your AI

The instructions your AI receives, as published by actual-chat/actual-chat in .agents/skills/source-command-ios-run/SKILL.md and read by ahel’s review.

Use this skill when the user asks to run the migrated source command ios-run.

Command Template

iOS Run

Build, deploy, and start the ActualChat iOS app on a connected device.

Prerequisites

  • Physical iOS device connected via USB
  • Device must be trusted and paired with this Mac
  • Valid provisioning profile for the app

Usage

Run the ./scripts/run-ios.sh script which:

  1. Detects the connected iOS device
  2. Builds the iOS app (net11.0-ios target)
  3. Deploys to the device
  4. Launches the app with console output

Command

./scripts/run-ios.sh

Note: This script runs until the app is stopped on the device. The console output shows app logs in real-time.

Output

The script outputs:

  • Build progress and warnings
  • Device detection info
  • Signing identity details
  • App launch confirmation
  • Live console logs from the app (prefixed with timestamps)

Troubleshooting

If the script fails:

  • Ensure device is connected and trusted
  • Check that provisioning profile is valid in Apple Developer portal
  • Verify Xcode command line tools are installed (xcode-select --install)

Signals

GitHub stars
55
Forks
10
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
source-command-ios-run
Source
github.com/actual-chat/actual-chat