This reviews your Python async code for the gnarly stuff that's easy to miss: race conditions, deadlocks, and patterns that'll bite you in production. It's built for asyncio, aiohttp, and FastAPI codebases. Run it when you're setting up a new project, during CI, or when modernizing legacy code to use async properly. The analysis stays local and nothing leaves your machine. Fair warning though, the docs mention missing requirements files and version compatibility issues as potential gotchas, so make sure your project has the basics in place first.
npx -y skills add jorgealves/agent_skills --skill python-async-advisor --agent claude-codeInstalls into .claude/skills of the current project.
Review asynchronous Python code to identify race conditions, deadlocks, and inefficient patterns. Use when working with asyncio, aiohttp, or FastAPI.
sickn33/antigravity-awesome-skills
moizibnyousaf/ai-agent-skills
github/awesome-copilot