LLM Skills
~/catalog/debugging & maintenance//fastapi-review

FastAPI Code Review

/fastapi-review

Analyze FastAPI code to identify bugs, security risks, coding best practices, and maintainability issues.

affaan-maffaan-m
252.2k
May 24, 2026
MIT License
// skill content

--- 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, pagination, and settings. - Async database and external HTTP patterns. - CORS, auth, rate limits, logging, and secret handling. - OpenAPI metadata and documented response models. - Test client setup and dependency overrides. ## Expected Output `text [SEVERITY] Short issue title File: path/to/file.py:42 Issue: What is wrong and why it matters. Fix: Concrete change to make. ` ## Related - Agent: fastapi-reviewer - Skill: fastapi-patterns - Command: /python-review - Skill: security-scan`

// original public source
affaan-m/ECC
/commands/fastapi-review.md
License: MIT License
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/fastapi-review.md" "https://raw.githubusercontent.com/affaan-m/ECC/main/commands/fastapi-review.md"
Then in Claude Code, type /fastapi-review to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
Creatoraffaan-m
Stars 252.2k
LicenseMIT License
UpdatedMay 24, 2026
Format.md
AccessFree
// similar

Skills Debugging & maintenance

View allarrow_forward