Async Reviewer
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
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 RepositoryRelated Agents
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
Development src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11
Development Cavecrew Builder
>
Development Cavecrew Investigator
>
Development Cavecrew Reviewer
>
Development Gitnexus Branch Hygiene Reviewer
GitNexus branch hygiene and mergeability reviewer. Use to classify merge state, conflicts, stale branches, mer
Development