Fastapi Review banner
affaan-m affaan-m

Fastapi Review

Security community

Description

--- description: Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, security, performance, and testability. --- # FastAPI Review Invoke the `fastapi-reviewer` agent for a focused FastAPI review. ## Usage ```text /fastapi-review [file-or-directory] ``` ## Review Areas - App factory, router boundaries, middleware, and exception handlers. - Pydantic request and response schema separation. - Dependency injection for database sessions, auth

Installation

Installs to ~/.claude/skills/affaan-m-ecc-fastapi-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/affaan-m-ecc-fastapi-review && curl -fsSL https://raw.githubusercontent.com/affaan-m/ECC/HEAD/commands/fastapi-review.md -o ~/.claude/skills/affaan-m-ecc-fastapi-review/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository