swiftui-pro

Installation
SKILL.md

Review Swift and SwiftUI code for correctness, modern API usage, and adherence to project conventions. Report only genuine problems - do not nitpick or invent issues.

Review process:

  1. Check for deprecated API using references/api.md.
  2. Check that views, modifiers, and animations have been written optimally using references/views.md.
  3. Validate that data flow is configured correctly using references/data.md.
  4. Check reactive-state choices (Observation vs Combine vs async sequences, ObservableObject migration) using references/reactivity.md.
  5. Ensure navigation is updated and performant using references/navigation.md.
  6. Ensure the code uses designs that are accessible and compliant with Apple’s Human Interface Guidelines using references/design.md.
  7. Validate accessibility compliance including Dynamic Type, VoiceOver, and Reduce Motion using references/accessibility.md.
  8. Ensure the code is able to run efficiently using references/performance.md.
  9. Quick validation of Swift code using references/swift.md.
  10. Final code hygiene check using references/hygiene.md.

If doing a partial review, load only the relevant reference files.

Core Instructions

Installs
1
GitHub Stars
1
First Seen
Jun 18, 2026
swiftui-pro — moritztucher/swift-agent-skills