All skills
swift-professional-usage
FoundationJIT onlyanalysis-agent/task-agent/review-agent: use for Swift ownership, concurrency, type, Objective-C interop, SwiftUI state, or package-boundary decisions.
- Group
- Language usage
- Supported roles
- MainAnalysisTaskReview
- Source
- SKILL.md
Use when
Trigger signals that make this skill the right owner
- Swift value reference copy-on-write Optional ARC actor Sendable cancellation type erasure Objective-C SwiftUI or module semantics
- compiler deployment target imported module runtime or UI lifecycle changes runtime behavior
Do not use when
Anti-triggers — as binding as the triggers above
- Swift only in comments or generated output or no Swift source boundary
- iOS/macOS entitlement signing provisioning packaging or configuration without Swift semantics
Required inputs
What must be supplied before this skill can decide anything
- current task contract
- selected primary Professional Skill
- task-local trigger evidence
Output contract
What this skill owes the next role
- Swift decision with identity ownership isolation cancellation type error interop SwiftUI module lifecycle invalid teardown outcomes evidence limits and residual risk
Escalation signals
When this skill must hand the decision back
- ownership isolation interop or module lifecycle cannot be proven on the affected target
Loaded by
This skill never owns a task. These professionals may pull it in as Layer 3.
Targeted references
Each reference carries its own load condition. None of them enter context by default.
| Reference | Load when | Do not load when | Required by |
|---|---|---|---|
| value-memory-and-type-contracts.mdtargeted | Value/reference choice ARC protocol existential opaque generic or error semantics change | Identity ownership type representation and error boundaries remain unchanged | TaskReviewAnalysis |
| concurrency-interop-and-ui-contracts.mdtargeted | Actor Sendable task cancellation continuation Objective-C SwiftUI state or package boundary changes | No concurrency interop UI-state or module-lifecycle behavior changes | TaskReviewAnalysis |