flutter-flow-review

Automate end-to-end Flutter code review workflows and generate docs/review/{date}.md reports.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/dus2183-commits/flutter-skills --skill flutter-flow-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flutter-flow-review
Source: https://github.com/dus2183-commits/flutter-skills/tree/main/_orchestration/flutter-flow-review
Command: npx skills add https://github.com/dus2183-commits/flutter-skills --skill flutter-flow-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

代码评审流水线提供端到端的自动化评审能力,涵盖健康检查、lint 自动修复、人工评审、性能审计与测试生成,并输出评审报告文档 docs/review/{date}.md。

Core Features & Use Cases

  • 自动触发评审:响应“评审一下”、“PR 评审”等口令立即启动完整评审流水线。
  • 全流程自动化:健康检查 -> lint 自动修复 -> 人工评审(LLM) -> 性能审计 -> 测试覆盖检查/生成 -> 生成评审报告。
  • 适用场景:团队需要标准化的评审流程、跨模块评审和持续改进,能够在持续集成中集成报告输出。

Quick Start

对任意指定模块执行完整评审流程并生成 docs/review/{date}.md 报告。

Frequently Asked Questions about flutter-flow-review

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

FAQPage Schema
How do I automate a Flutter code review workflow for PRs?

Automating a Flutter PR review requires orchestrating health checks, lint-fixes, LLM reviews, performance audits, and test generation sequentially. You can trigger this workflow automatically by issuing commands like "review" or "PR review" to process feature branches and output a markdown report.

What does an end-to-end Flutter code review pipeline include?

An end-to-end Flutter code review pipeline includes automated health checks, lint auto-fixing, LLM-based manual review, performance auditing, and test coverage generation. It processes specified module paths and outputs a dated markdown review report.

Can I run a code review and health check on specific Flutter modules?

Yes, you can run a code review and health check on specific Flutter modules by providing module paths and file lists as input. The pipeline targets directories like lib/features/* to apply audits and generate review reports.

How do I generate a Flutter code review report for continuous integration?

To generate a Flutter code review report for continuous integration, you execute the automated review workflow on your modules. It produces a structured markdown artifact at docs/review/{date}.md, capturing all health checks, lint fixes, and audit results.

How do I perform a performance audit and lint fix during a Flutter review?

During a Flutter review, performance audits and lint fixes are executed automatically as part of the orchestration. The pipeline triggers lint-fix and perf-audit components sequentially to resolve issues and optimize code before generating the final report.