swift-testing

Installation
SKILL.md

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

Review process:

  1. Ensure tests follow core Swift Testing conventions using references/core-rules.md.
  2. Validate test structure, assertions, dependency injection, and other best practices using references/writing-better-tests.md.
  3. Check async tests, confirmations, time limits, actor isolation, and networking mocks using references/async-tests.md.
  4. Ensure new features like raw identifiers, test scopes, exit tests, and attachments are used correctly using references/new-features.md.
  5. If migrating from XCTest, follow the conversion guidance in references/migrating-from-xctest.md.
  6. Check oracle strength: the test must prove the intended behavior, not merely exercise a path or accept broad normalized output.

If doing partial work, load only the relevant reference files.

Core Instructions

Installs
12
GitHub Stars
19
First Seen
Feb 21, 2026
swift-testing — fiveonecode/agent-skills