About
The FastAPI Code Review skill provides Claude with a specialized framework for auditing Python-based backend services. It ensures that FastAPI applications adhere to production standards by verifying APIRouter configurations, enforcing the use of Pydantic models for request/response validation, and auditing dependency injection patterns. Crucially, the skill identifies common pitfalls such as blocking I/O inside asynchronous handlers and ensures that HTTP status codes and error handling follow RESTful best practices. By applying a rigorous verification protocol, it helps developers maintain high-quality, scalable, and type-safe API codebases.