flutter-review-request

Automate pre-merge Flutter code review requests with a structured checklist.

12|5|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/vp-k/flutter-craft --skill flutter-review-request
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: flutter-review-request
Source: https://github.com/vp-k/flutter-craft/tree/main/plugins/flutter-craft/skills/flutter-review-request
Command: npx skills add https://github.com/vp-k/flutter-craft --skill flutter-review-request

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates pre-merge Flutter code review requests to catch issues early and ensure code quality before it hits main.

Core Features & Use Cases

  • Dispatch flutter-craft:flutter-code-reviewer subagent to perform structured Flutter reviews.
  • Enforce mandatory review stages after tasks, major features, and before merging to main.
  • Provide a comprehensive Flutter review checklist and feedback loop to improve code quality and consistency.

Quick Start

Start by announcing the review and dispatch the flutter-code-reviewer subagent with the current base and head SHAs.

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 review requests before merging to main?▼

Automating Flutter code review requests involves dispatching a subagent with base and head SHAs to evaluate architecture, state management, and testing. This enforces a mandatory review stage before merging to main.

When should I request a Flutter code review in a subagent-driven workflow?▼

In subagent-driven development, request a Flutter code review after completing each task and major features. This enforces mandatory review stages to catch issues early before merging to main.

What does a structured Flutter code review checklist cover for architecture and state management?▼

A structured Flutter code review checklist covers architecture, state management, and testing. It provides a comprehensive feedback loop to improve code quality and consistency before code hits main.

How do I dispatch a flutter-code-reviewer subagent for pre-merge checks?▼

Dispatch the flutter-code-reviewer subagent by announcing the review and passing the current base and head SHAs. This automates the structured Flutter review process.

Does the Flutter review process work without configuring dependencies?▼

Yes, the Flutter review process works without external dependencies. It uses a structured prompt to enforce a mandatory review stage and clear checklist for code quality.