code-review-excellence

Review Flutter code changes using structured checklists and templates.

21|16|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/xiaoliwanshui/cool-admin-flutter --skill code-review-excellence-xiaoliwanshui
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-excellence
Source: https://github.com/xiaoliwanshui/cool-admin-flutter/tree/main/.trae/skills/code-review-excellence
Command: npx skills add https://github.com/xiaoliwanshui/cool-admin-flutter --skill code-review-excellence-xiaoliwanshui

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code review excellence provides a structured, rule-based approach to evaluating code changes, helping teams catch issues early and maintain coding standards across the project.

Core Features & Use Cases

  • Clear review checklist aligned with project conventions, covering style, correctness, performance, security, and maintainability.
  • Step-by-step guidance for Preparation, Review, and Feedback phases to streamline collaboration and reduce cycle time.
  • Reusable templates for PR descriptions, review comments, and acceptance criteria to ensure consistency across reviews.
  • Flutter-specific checks and recommendations for UI, state management, and tooling, plus cross-platform considerations.
  • Use Case: When a teammate submits a PR, apply the guide to systematically assess code changes, provide actionable feedback, and improve overall quality.

Quick Start

Run a PR review by following the guide: examine coding style, verify logic, assess performance, check for edge cases, and propose concrete improvements.

Frequently Asked Questions about code-review-excellence

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

FAQPage Schema
What is a structured code review checklist for Flutter projects?

A structured code review checklist for Flutter projects evaluates style, correctness, performance, security, and maintainability. It provides step-by-step guidance across preparation, review, and feedback phases to catch issues early and maintain consistent coding standards.

How do I perform a Flutter code review for a pull request?

To perform a Flutter code review, systematically examine coding style, verify logic, assess performance, and check for edge cases. Apply structured templates for PR descriptions and review comments to propose concrete improvements and ensure consistency.

Does this code review approach include Flutter-specific checks for state management?

Yes, this code review approach includes Flutter-specific checks for state management, UI components, and tooling. It also addresses cross-platform considerations to ensure comprehensive evaluation of code changes within Flutter projects.

What's the best way to standardize code review feedback and acceptance criteria?

The best way to standardize code review feedback is by using reusable templates for PR descriptions, review comments, and acceptance criteria. This ensures consistency across reviews, streamlines collaboration, and reduces cycle time.

Can I use these code review templates for non-Flutter software engineering projects?

While the core review checklist covers general style, correctness, performance, and security applicable to software engineering, the templates include specific Flutter recommendations for UI and tooling. General phases apply broadly, but Flutter checks require adaptation for other frameworks.