skills/swift-testing/SKILL.md
API reference: Swift Testing framework. @Test, @Suite, #expect, #require, traits, parameterized tests, migrating from XCTest.
npx skillsauth add vabole/apple-skills swift-testingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Apple's modern testing framework (import Testing) for iOS 26+.
| File | Content | |------|---------| | testing-overview.md | Full Testing framework index | | defining-tests.md | Defining test functions with @Test | | organizing-tests.md | Organizing tests with @Suite | | expectations.md | #expect, #require, confirmations | | parameterized-testing.md | Parameterized test patterns | | traits.md | Test traits (tags, conditions, time limits) | | migrating-from-xctest.md | Migration guide from XCTest |
.md files first.SKILL.md frontmatter, then grep their local files. This is faster and uses less context than fetching new docs from the internet.testing-overview.md with the sosumi.ai Markdown mirror. For example, /documentation/testing/test maps to https://sosumi.ai/documentation/testing/test.development
API reference: XCUITest. Query for element queries, waiting patterns, Swift 6 @MainActor, assertions, screenshots, launch arguments.
development
API reference: TipKit. Tip protocol, TipView, PopoverTipView, Tips.configure, inline and popover tips.
development
API reference: MapKit for SwiftUI. Map view, Marker, Annotation, camera positions, map features.
development
API reference: Apple Human Interface Guidelines. Query for design patterns, UI components, accessibility, color, typography, layout, haptics.