Kotlin Coroutine Review

Review Kotlin coroutine usage (typically in Spring Boot / Ktor code) for structured-concurrency violations, blocking calls inside suspend functions, dispatcher misuse, GlobalScope leaks, missing CoroutineExceptionHandler, and Job/Deferred lifecycle bugs. Triggers include "review this coroutine code", "why does my suspend function block", "kotlin async review", "am I using GlobalScope right".

BK202503 Updated

File contents

BK202503/open-claude-all/tree/main/skills/kotlin-coroutine-review commit 97e9c0a735

Frequently asked questions

npx skillmds@latest add bk202503/kotlin-coroutine-review