Swift Patterns

PassAudited by ClawScan on Feb 17, 2026.

Overview

The skill is an instruction-only SwiftUI guidance/refactor helper whose requested assets and workflow are consistent with its stated purpose and it does not request credentials or install code.

This skill is coherent and documentation-only, so it doesn't ask for secrets or install code. Before using it to refactor code: 1) Confirm your app's minimum OS/Swift targets (the guidance often assumes iOS 17+/new macros); 2) Ask whether you want findings only or an actual refactor — the skill itself prompts for this; 3) Ensure you have tests or a visual/behavioral baseline (the playbooks explicitly require tests/invariants before behavior-preserving changes); 4) Back up the code or run changes behind CI so you can validate behavior; 5) Treat the recommendations as opinionated best-practice guidance rather than mandatory rules — some suggestions (e.g., replacing @StateObject with @State + @Observable) may not be appropriate for projects targeting older OS versions.