fastapi-code-review

Community

Automate FastAPI code reviews for routing, dependencies, and async patterns.

Authoranderskev
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates the review of FastAPI applications, catching common anti-patterns before deployment.

Core Features & Use Cases

  • Route Validation: Check APIRouter setup, response models, and status codes.
  • Dependency Injection: Verify Depends() usage and proper cleanup.
  • Use Case: Review a FastAPI route file to ensure proper async handlers, dependency injection, and validation.

Quick Start

Review the FastAPI routes in the file 'api_endpoints.py'.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: fastapi-code-review
Download link: https://github.com/anderskev/beagle/archive/main.zip#fastapi-code-review

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository