platform-sdk-swift
platform-sdk-swift에는 youversion에서 수집한 skills 3개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Audit Swift code for compliance with this project's style and conventions (access control, async/await, code organization, idioms, formatting). Use when writing new Swift code, reviewing a PR for style, or checking whether existing Swift code follows project rules.
Audit SwiftUI code for compliance with this project's view-specific conventions (Dynamic Type, @State privacy, view naming). Use when writing new SwiftUI views, reviewing a PR that touches SwiftUI, or checking whether existing SwiftUI code follows project rules.
Name Swift entities (types, protocols, functions, parameters, properties, local variables, cases) following Apple's Swift API Design Guidelines and this project's conventions. Use when introducing or renaming any identifier in Swift code, reviewing a PR for naming, or deciding between candidate names.