Skip to main content
Back to registry

swift-testing-expert

avdlee/swift-testing-agent-skill

Use this skill to write, review, migrate, and debug Swift tests with modern Swift Testing APIs. Prioritize readable tests, robust parallel execution, clear diagnostics, and incremental migration from XCTest where needed.

Installs1
Install command
npx skills add https://github.com/avdlee/swift-testing-agent-skill --skill swift-testing-expert
Security audits
Gen Agent Trust HubPASS
SocketFAIL
SnykPASS
About this skill
Use this skill to write, review, migrate, and debug Swift tests with modern Swift Testing APIs. Prioritize readable tests, robust parallel execution, clear diagnostics, and incremental migration from XCTest where needed. - Prefer Swift Testing for Swift unit and integration tests, but keep XCTest for UI automation ( XCUIApplication ), performance metrics ( XCTMetric ), and Objective-C-only test code. - Treat #expect as the default assertion and use #require when subsequent lines depend on a prerequisite value. - Default to parallel-safe guidance. If tests are not isolated, first propose fixing shared state before applying .serialized . - Prefer traits for behavior and metadata ( .enabled , .disabled , .timeLimit , .bug , tags) over naming conventions or ad-hoc comments. - Recommend parameterized tests when multiple tests share logic and differ only in input values.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does swift-testing-expert do?

Use this skill to write, review, migrate, and debug Swift tests with modern Swift Testing APIs. Prioritize readable tests, robust parallel execution, clear diagnostics, and incremental migration from XCTest where needed.

Is swift-testing-expert good?

swift-testing-expert does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does swift-testing-expert work with?

swift-testing-expert currently lists compatibility with gemini-cli, opencode, kimi-cli, amp.

What are alternatives to swift-testing-expert?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install swift-testing-expert?

npx skills add https://github.com/avdlee/swift-testing-agent-skill --skill swift-testing-expert

Related skills

Alternatives in Software Engineering