Flutter Review banner
ryousuke2489 ryousuke2489

Flutter Review

Security community

Description

--- description: Review Flutter/Dart code for idiomatic patterns, widget best practices, state management, performance, accessibility, and security. Invokes the flutter-reviewer agent. --- # Flutter Code Review This command invokes the **flutter-reviewer** agent to review Flutter/Dart code changes. ## What This Command Does 1. **Gather Context**: Review `git diff --staged` and `git diff` 2. **Inspect Project**: Check `pubspec.yaml`, `analysis_options.yaml`, state management solution 3. **Sec

Installation

Installs to ~/.claude/skills/ryousuke2489-claude-code-agent-library-flutter-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ryousuke2489-claude-code-agent-library-flutter-review && curl -fsSL https://raw.githubusercontent.com/ryousuke2489/claude-code-agent-library/HEAD/commands/flutter-review.md -o ~/.claude/skills/ryousuke2489-claude-code-agent-library-flutter-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