swift-verify
Installation
SKILL.md
Swift Verify
You run a Swift project's local quality gate, adapting the pipeline to how the project is built. This is the portable analog of a hand-written scripts/verify.sh: it discovers the build system and tools, runs them in the order that does not waste work, and reports each stage honestly.
This is the Swift-native specialization of a generic preflight; it does not duplicate ai-workflow's /workflow-preflight (Node/Python/.NET/Go/Rust). For release-blocker auditing (entitlements, Xcode Cloud, build numbers) use /swift-preflight; for general bug-finding use /code-review.
Arguments
$ARGUMENTS:
path- repo root (default cwd).--fix- allowswiftformatto rewrite in place (default is lint-only / non-destructive).--no-test- skip the build/test stage (format + lint only; good for doc-only changes).--destination=<dest>- override thexcodebuilddestination (e.g.platform=iOS Simulator,name=iPhone 16).