dart-code-review

Review Dart and Flutter pull requests for conventions and code quality.

5|Updated Oct 14, 2025
One-click install
npx skills add https://github.com/reloveution/dart-flutter-rules --skill dart-code-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dart-code-review
Source: https://github.com/reloveution/dart-flutter-rules/tree/main/skills/dart-code-review
Command: npx skills add https://github.com/reloveution/dart-flutter-rules --skill dart-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a comprehensive checklist to ensure code quality, adherence to best practices, and maintainability for Dart and Flutter pull requests.

Core Features & Use Cases

  • Automated Code Audits: Systematically checks code against established conventions and potential issues.
  • PR/MR Evaluation: Guides the review process for new code changes, ensuring consistency and correctness.
  • Use Case: When a developer submits a pull request for a new feature in a Flutter app, this Skill can be invoked to perform an initial review, flagging potential problems before a human reviewer steps in.

Quick Start

Use the dart-code-review skill to review the attached pull request.

Frequently Asked Questions about dart-code-review

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

FAQPage Schema
How do I review a Dart Flutter pull request for best practices and code quality?

Reviewing a Dart Flutter pull request involves checking naming conventions, single responsibility, error handling, security, performance, documentation, and test coverage. This process validates PR changes against stated purpose and CI status for maintainability.

What should a Flutter code review checklist cover for new feature pull requests?

A Flutter code review checklist should cover naming conventions, single responsibility, error handling, security, performance, documentation, and test coverage. This ensures new feature pull requests adhere to established conventions and maintain code quality.

Can I automate Dart code audits to check for naming conventions and error handling?

Automated Dart code audits systematically check code against established conventions and potential issues including naming conventions and error handling. This guides the review process for new code changes ensuring consistency and correctness before human review.

Does a Dart code review validate pull request changes against CI status?

Dart code review validates PR-level changes against CI status. It performs detailed checks ensuring adherence to conventions, error handling, security, performance, documentation, and test coverage while confirming changes match the pull request's stated purpose.

How do I ensure test coverage and documentation in a Flutter pull request?

Ensuring test coverage and documentation in a Flutter pull request requires systematically checking code against established conventions and potential issues. This comprehensive checklist validates PR-level changes for correctness, consistency, and maintainability.