Skip to main content
Back to the directory
avdlee/swift-testing-agent-skillSoftware EngineeringFrontend and Design

swift-testing-expert

Write, review, and migrate Swift tests using modern Swift Testing APIs with parallel execution and clear diagnostics.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
2

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/avdlee/swift-testing-agent-skill --skill swift-testing-expert
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, swift-testing-expert has 2 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: avdlee/swift-testing-agent-skill. Canonical URL: https://skills.sh/avdlee/swift-testing-agent-skill/swift-testing-expert.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Write, review, and migrate Swift tests using modern Swift Testing APIs with parallel execution and clear diagnostics. 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. - Covers test structure, #expect / #require macros, traits, tags, parameterized tests, and async waiting patterns for readable, maintainable tests - Guides incremental XCTest migration while preserving UI automation and performance-metric tests that require XCTest - Prioritizes parallel-safe test design; recommends fixing shared state before applying .serialized isolation - Includes flaky-test debugging, test-plan filtering by tags, and known-issue handling to reduce noise and improve CI signal - 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.

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

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

Write, review, and migrate Swift tests using modern Swift Testing APIs with parallel execution and clear diagnostics.

Is swift-testing-expert good?

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

Which AI agents support swift-testing-expert?

swift-testing-expert currently lists compatibility with Skills CLI.

Is swift-testing-expert safe to install?

swift-testing-expert has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to swift-testing-expert?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install swift-testing-expert?

Run the following command to 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