verify-reactive

Official

Ensure Reactive code quality, eliminate blocking calls.

Authorsemicolon-devteam
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill prevents performance bottlenecks and unresponsive applications by automatically detecting and flagging non-reactive patterns, especially blocking calls like .block(). It ensures your codebase adheres to Reactive principles, saving you from complex debugging and performance tuning later.

Core Features & Use Cases

  • Blocking Call Detection: Scans your codebase for critical anti-patterns like .block(), runBlocking, and Thread.sleep(), which can degrade Reactive performance.
  • Coroutine & Flow Validation: Verifies the correct usage of Kotlin Coroutine suspend fun and Flow patterns in services and controllers.
  • Anti-Pattern Remediation: Provides clear examples and guidance on how to refactor problematic code into compliant Reactive patterns.

Quick Start

Check the current project for any reactive anti-patterns and blocking calls.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: verify-reactive
Download link: https://github.com/semicolon-devteam/sax-backend/archive/main.zip#verify-reactive

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository