Swift Arch Check banner
jeremieb jeremieb

Swift Arch Check

Security community

Description

Read-only architecture audit. Scans the project and produces a structured report. Makes NO changes to any file. ## Rules - Read files only — never edit, never write - If a fix is obvious, describe it in the report but do not apply it - Cover every layer: structure, MVVM compliance, persistence, networking, concurrency ## Steps ### 1. Detect UI framework Scan for `@main`, `UIApplicationDelegate`, `UIHostingController`. Determine: SwiftUI / UIKit / Mixed. ### 2. Check folder structure Compa

Installation

Installs to ~/.claude/commands/jeremieb-swift-unit-test-instructions-swift-arch-check.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/jeremieb/swift-unit-test-instructions/HEAD/.claude/commands/swift-arch-check.md -o ~/.claude/commands/jeremieb-swift-unit-test-instructions-swift-arch-check.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository