Concurrency & Async Commands
Commands for debugging and validating Swift 6 concurrency patterns.
Available Commands
/audit-concurrency– Scan Swift code for concurrency violations and anti-patterns
When to Use Commands vs Skills
Use a command when:
- You want a quick automated scan of your code
- You need a roadmap before diving into a skill
- You're looking for specific patterns or issues
Use a skill when:
- You want detailed guidance and copy-paste patterns
- You need decision trees and step-by-step help
- You're implementing complex solutions
Commands → get the roadmap → invoke skills for deep work.