flutter-code-review

Identify issues in Flutter PR changes across app code, packages, and CI configurations.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/infinith4/dev-flutter-realestate --skill flutter-code-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flutter-code-review
Source: https://github.com/infinith4/dev-flutter-realestate/tree/main/.codex/skills/flutter-code-review
Command: npx skills add https://github.com/infinith4/dev-flutter-realestate --skill flutter-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides structured Flutter PR reviews to identify bugs, UX issues, performance regressions, missing tests, and readability problems before changes are merged.

Core Features & Use Cases

  • Analyze touched Flutter app code, package/plugin code, and CI configurations to surface defects and performance hotspots.
  • Prioritize findings by severity and present file paths and line references for quick remediation.
  • Use during Flutter PR reviews to improve code quality and maintainability across apps, libraries, and integrations.

Quick Start

Review a Flutter PR by running a structured code-review pass on the diffs to surface critical issues.

Frequently Asked Questions about flutter-code-review

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

FAQPage Schema
How do I review a Flutter PR to catch bugs and performance regressions?

To review a Flutter PR effectively, analyze the touched app code, package/plugin integrations, and CI configurations to surface bugs, UX gaps, and performance regressions. This structured code-review pass identifies defects and prioritizes them by severity with specific file paths and line references for quick remediation.

What issues should I look for when reviewing Flutter code changes?

When reviewing Flutter code changes, look for bugs, UX gaps, performance regressions, missing tests, and readability problems. Analyzing diffs across app code, libraries, and CI setups helps surface these defects and maintainability issues before changes are merged.

Does a standard Flutter code review cover CI configurations and plugin packages?

A comprehensive Flutter code review covers CI configurations and plugin packages. Analyzing these integration points alongside app code surfaces hidden defects, performance hotspots, and missing tests across the entire Flutter project setup.

How do I prioritize issues found during a Flutter pull request review?

Prioritize issues found during a Flutter pull request review by severity. Categorize bugs, UX gaps, and performance regressions, then present findings with exact file paths and line references to guide immediate remediation steps.

What is the best way to automate bug detection in Flutter app and library code?

Automating bug detection in Flutter app and library code is best achieved through a structured code-review pass on PR diffs. This process analyzes touched code and CI setups to surface critical defects, performance hotspots, and missing tests with prioritized remediation steps.