swift-concurrency-pro
Reviews Swift code for concurrency safety, modern API usage, and adherence to Swift 6.2+ standards.
Install
npx skills add https://github.com/twostraws/swift-concurrency-agent-skill --skill swift-concurrency-proStats
| Total installs | 1,916 |
| Weekly installs | 1.9K |
| GitHub stars | 267 |
| First seen | Mar 11, 2026 |
| Source | @twostraws/swift-concurrency-agent-skill |
Summary
- Scans for dangerous patterns across actors, structured/unstructured tasks, cancellation handling, and async streams using a 12-step review process
- Targets Swift 6.2+ with strict concurrency checking, comparing build settings across multiple targets when needed
- Prioritizes structured concurrency (task groups) over unstructured tasks and async/await over closure-based APIs and GCD for new code
- Validates actor isolation correctness, reentrancy safety, and proper cancellation propagation with before/after code fixes
- Covers bridging between sync and async code, legacy concurrency migrations, and async test patterns with race detection
Tags
Related skills
| Skill | Installs | vs swift-concurrency-pro |
|---|---|---|
| pua | 1,973 | +57 |
| terraform-style-guide | 2,344 | +428 |
| ultracite | 1,821 | -95 |
| flutter-testing-apps | 2,411 | +495 |
| code-review-pro | 1,751 | -165 |
FAQ
- How many installs does swift-concurrency-pro have?
- swift-concurrency-pro has 1,916 total installs and 1.9K installs this week.
- Where is swift-concurrency-pro hosted?
- swift-concurrency-pro is published by @twostraws/swift-concurrency-agent-skill at https://github.com/twostraws/swift-concurrency-agent-skill.
- How many GitHub stars does swift-concurrency-pro have?
- swift-concurrency-pro has 267 GitHub stars.
- When was swift-concurrency-pro first indexed?
- OrangeBot.AI first indexed swift-concurrency-pro on Mar 11, 2026.
- How do I install swift-concurrency-pro?
- Run: npx skills add https://github.com/twostraws/swift-concurrency-agent-skill --skill swift-concurrency-pro