flutter-review-request

Automate Flutter code review against Clean Architecture and Dart style guidelines.

Updated Nov 23, 2025
One-click install
npx skills add https://github.com/manuelbrandner85/Weltenbibliothekapp --skill flutter-review-request-manuelbrandner85
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flutter-review-request
Source: https://github.com/manuelbrandner85/Weltenbibliothekapp/tree/main/.agents/skills/flutter-review-request
Command: npx skills add https://github.com/manuelbrandner85/Weltenbibliothekapp --skill flutter-review-request-manuelbrandner85

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the risk of technical debt and architectural drift in Flutter projects by enforcing consistent, automated code reviews before merging or proceeding to new tasks.

Core Features & Use Cases

  • Clean Architecture Enforcement: Validates that domain, data, and presentation layers are properly separated.
  • Best Practice Verification: Checks for state management patterns, widget composition, and Dart style guidelines.
  • Use Case: After implementing a new feature like an Authentication BLoC, use this Skill to trigger a subagent review that identifies missing unit tests and architectural violations before the code is merged into the main branch.

Quick Start

Use the flutter-review-request skill to initiate a code review for the current branch by dispatching the flutter-code-reviewer subagent.

Frequently Asked Questions about flutter-review-request

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Flutter code reviews for Clean Architecture compliance?

Automate Flutter code reviews by dispatching a subagent to verify source code against Clean Architecture principles, ensuring proper separation of domain, data, and presentation layers before merging.

How do I validate BLoC state management patterns in a Flutter continuous integration workflow?

Validate BLoC state management patterns in a Flutter continuous integration workflow by triggering an automated subagent review that checks widget composition, state management validation, and adherence to Dart style guidelines.

Does this automated code review check for missing unit tests in Dart projects?

Yes, the automated code review checks for missing unit tests in Dart projects by performing systematic test coverage verification and identifying architectural violations before code is merged into the main branch.

What is the best way to prevent architectural drift in a Flutter project?

The best way to prevent architectural drift in a Flutter project is to enforce consistent, automated code reviews that verify source code against project-specific requirements and Clean Architecture principles before proceeding to new tasks.

Can I use this to enforce Dart style guidelines during feature development?

Yes, you can use this to enforce Dart style guidelines during feature development by running best practice verification checks that identify architectural violations and missing tests after implementing new features.

Why does my Flutter code fail architectural checks before a merge operation?

Your Flutter code fails architectural checks before a merge operation because the automated review detected violations of Clean Architecture layer separation, improper state management patterns, or insufficient test coverage.