flutter-review-receive

Verify Flutter review feedback with flutter analyze and flutter test.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill prevents performative agreement and blind implementation during code reviews by enforcing a structured, technical verification process for Flutter and Dart development.

Core Features & Use Cases

  • Technical Verification: Mandates running flutter analyze and flutter test before accepting any feedback.
  • Architecture Guardrails: Provides a framework for pushing back against violations of Clean Architecture, YAGNI, or project-specific patterns.
  • Use Case: When a reviewer suggests a structural change, this skill guides you to verify if the suggestion aligns with your current BLoC/Provider pattern and Clean Architecture layers before committing to the change.

Quick Start

Use the flutter-review-receive skill to process the incoming code review feedback by verifying each point against the current codebase architecture and test suite.

Frequently Asked Questions about flutter-review-receive

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

FAQPage Schema
How do I verify Flutter code review feedback before implementing changes?

To verify Flutter code review feedback, run flutter analyze and flutter test to validate architectural consistency and code quality. This ensures suggestions align with Clean Architecture layers and project-specific patterns before you commit to any structural changes.

What is the best way to handle pull request suggestions that violate Clean Architecture in Dart?

Handling pull request suggestions that violate Clean Architecture requires pushing back with rigorous technical justification. You must verify the suggestion against your current BLoC or Provider pattern and architectural layers to ensure it does not break separation of concerns.

Can I use this code review protocol to validate refactoring suggestions for BLoC patterns?

Yes, you can use this protocol to validate refactoring suggestions for BLoC patterns by checking them against your current architecture. It enforces running automated test validations to ensure any structural changes maintain architectural consistency before acceptance.

Why should I run flutter analyze and flutter test before accepting code review feedback?

You should run flutter analyze and flutter test before accepting feedback to prevent performative agreement and blind implementation. This technical verification protocol ensures all implementation decisions maintain code quality and adhere to architectural guardrails.

How do I push back against reviewer suggestions that break YAGNI principles in Flutter?

To push back against suggestions breaking YAGNI principles in Flutter, use a structured technical verification process to demand architectural justification. This framework guides you to verify if proposed changes align with your current codebase architecture and test suite.

Does this code review verification process work without an existing automated test suite?

No, this verification process requires an automated test suite to function correctly. It mandates running flutter test to validate implementation decisions, meaning you must have existing tests to enforce the technical verification protocol effectively.