What problem does it solve?
This Skill streamlines the development workflows for iOS/macOS repositories, making it easier to manage build/test/verify commands, AGENTS.md workflow guidance, and lightweight repo workflow scripts for iOS/macOS projects and Swift packages.
Core Features & Use Cases
- Workflow Contract Generation: Generates and maintains a small repo-local workflow contract for Xcode-first Apple app repositories and SwiftPM-only Apple codebases.
- Modes: Supports
bootstrap, refresh, and audit modes for initializing, updating, and inspecting workflow contracts.
- Core Scripts: Provides canonical build, test, verify-fast, verify-deep, and bootstrap-dev scripts for routine development tasks.
- Optional Extensions: Offers optional support for UI tests, generated-project support, context graph, and linting/formatting.
- Use Case: For a new SwiftPM-only Apple package, use the
bootstrap mode to establish a workflow contract around Package.swift.
Quick Start
Use the ios-macos-repo-workflow skill to bootstrap a workflow for your new iOS/macOS project.