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 - allow swiftformat to 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 the xcodebuild destination (e.g. platform=iOS Simulator,name=iPhone 16).

Phase 0: Detect build system + tools

Installs
1
GitHub Stars
34
First Seen
13 days ago
swift-verify — charlesjones-dev/claude-code-plugins-dev