Analyzes Python async code for correctness, patterns, and potential issues.
Analyzes Python async code for correctness, patterns, and potential issues.
/plugin marketplace add athola/claude-night-market/plugin install minister@claude-night-marketAnalyzes Python async code for correctness, patterns, and potential issues.
/check-async
Analyzes async code in the current directory.
/check-async src/api/handlers.py
await on coroutinestime.sleep, sync I/O) in async codeCancelledErrorFor each file:
# Check with detailed output
/check-async --verbose
# Focus on blocking calls
/check-async --blocking-only
# Include test files
/check-async --include-tests
Uses the python-async skill's analysis tools:
async-analyzer: Pattern and correctness analysisconcurrency-checker: Concurrent operation validationThis command validates async code follows best practices and avoids common pitfalls.