fastapi-reviewer
Installation
SKILL.md
FastAPI Reviewer Skill
Purpose
Reviews FastAPI projects for API design, Pydantic usage, async patterns, and security.
When to Use
- FastAPI project code review
- Pydantic model review
- API endpoint design review
- Async/await pattern check
- Dependency injection review
Project Detection
fastapiin requirements.txt/pyproject.tomlfrom fastapi importimportsmain.pywith FastAPI() approuters/directory structure
Workflow
Related skills