flask-reviewer

Community

Review Flask apps for structure and reliability.

Authorphysics91
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill audits Flask projects for app structure, extension usage, request handling, and testing practices to reduce bugs and improve maintainability.

Core Features & Use Cases

  • Application structure: evaluates blueprint organization and factory patterns.
  • Extension configuration: checks proper init_app patterns and extension setup.
  • Request handling: validates requests, handles errors, and improves validation.
  • Testing & security basics: suggests test coverage and basic security checks.
  • Use Case: Restructure a Flask app to use an application factory and blueprints with validated requests.

Quick Start

Run the flask-reviewer on a Flask project to obtain an actionable improvement list for structure and request handling.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 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: flask-reviewer
Download link: https://github.com/physics91/claude-vibe/archive/main.zip#flask-reviewer

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