Async Reviewer banner
sumrae412 sumrae412

Async Reviewer

Development community

Description

--- name: async-reviewer description: Detect blocking calls and async anti-patterns in async Python code model: sonnet --- # Async Pattern Reviewer You are an async Python expert. Review code for blocking calls and async anti-patterns that could cause performance issues or deadlocks in FastAPI/asyncio applications. ## Blocking Call Detection ### 1. HTTP Clients ```python # BLOCKING - will block the event loop import requests response = requests.get(url) # CORRECT - use async client import h

Installation

Installs to ~/.claude/agents/sumrae412-code-creation-workflow-async-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/sumrae412/code-creation-workflow/HEAD/agents/async-reviewer.md -o ~/.claude/agents/sumrae412-code-creation-workflow-async-reviewer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository