Skip to main content
Back to registry

swift-concurrency-expert

dimillian/skills

Review and fix Swift Concurrency issues in Swift 6.2+ codebases by applying actor isolation, Sendable safety, and modern concurrency patterns with minimal behavior changes.

Installs551
Install command
npx skills add https://github.com/dimillian/skills --skill swift-concurrency-expert
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Review and fix Swift Concurrency issues in Swift 6.2+ codebases by applying actor isolation, Sendable safety, and modern concurrency patterns with minimal behavior changes. Prefer edits that preserve existing behavior while satisfying data-race safety. Common fixes: - Capture the exact compiler diagnostics and the offending symbol(s). - Check project concurrency settings: Swift language version (6.2+), strict concurrency level, and whether approachable concurrency (default actor isolation / main-actor-by-default) is enabled. - Identify the current actor context ( @MainActor , actor , nonisolated ) and whether a default actor isolation mode is enabled. - Confirm whether the code is UI-bound or intended to run off the main actor. - UI-bound types : annotate the type or relevant members with @MainActor . - Protocol conformance on main actor types : make the conformance isolated (e.g., extension Foo: @MainActor SomeProtocol ).

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-concurrency-expert do?

Review and fix Swift Concurrency issues in Swift 6.2+ codebases by applying actor isolation, Sendable safety, and modern concurrency patterns with minimal behavior changes.

Is swift-concurrency-expert good?

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

What agent does swift-concurrency-expert work with?

swift-concurrency-expert currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to swift-concurrency-expert?

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

How do I install swift-concurrency-expert?

npx skills add https://github.com/dimillian/skills --skill swift-concurrency-expert

Related skills

More from dimillian/skills

Related skills

Alternatives in Software Engineering