flutter-reviewer

Review pull request code changes in Golang, Protobuf, Postgres, Flutter, Riverpod, and GetX.

1|Updated Oct 13, 2025
One-click install
npx skills add https://github.com/RIMTHAN-LAB/rimthan-plugins --skill flutter-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flutter-reviewer
Source: https://github.com/RIMTHAN-LAB/rimthan-plugins/tree/main/flutter/skills/flutter-plugin
Command: npx skills add https://github.com/RIMTHAN-LAB/rimthan-plugins --skill flutter-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the time-consuming process of manual code review by providing comprehensive analysis of backend (Golang/Protobuf/Postgres) and frontend (Flutter/Riverpod/GetX) code changes.

Core Features & Use Cases

  • Comprehensive Code Review: Analyzes pull requests and code changes for quality, architecture, and best practices.

Core Features & Use Cases

  • Quality Assessment: Categorizes findings as Critical Issues, Suggestions, or Praise.

  • Use Case: After implementing a new API endpoint, use this Skill to ensure it meets team standards before merging.

Quick Start

Review the code changes in the current pull request for the new user profile update feature.

Frequently Asked Questions about flutter-reviewer

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

FAQPage Schema
How do I automate code reviews for pull requests?

Automate code reviews by running this Skill on pull requests to identify critical issues, suggestions, and praise across backend and frontend code. It analyzes Golang, Protobuf, Postgres, Flutter, Riverpod, and GetX changes for quality, testing coverage, security, and performance without manual review overhead.

Can I review Flutter and Golang code in the same pull request?

Yes. This Skill reviews both backend code (Golang, Protobuf, Postgres) and frontend code (Flutter, Riverpod, GetX) simultaneously, analyzing feature implementations, API changes, database migrations, and refactors across your full stack in a single pass.

What does code review categorization mean for pull request quality?

Code review categorization organizes findings into Critical Issues, Suggestions, or Praise, making it clear which problems block merging, which improve quality, and which validate good practices. This prioritization helps teams fix the most important issues first.

How do I ensure backward compatibility in API changes during code review?

This Skill checks backward compatibility as part of its quality assessment, examining API changes alongside database migrations and code refactors to flag breaking changes before they reach production and require rollback.

What security and performance checks does automated code review cover?

The Skill satisfies requirements for security and performance by analyzing code patterns, identifying vulnerabilities, and detecting performance issues in backend and frontend code, producing actionable remediation guidance for each finding.

Can code review automation replace manual review entirely?

Automated code review reduces manual effort significantly by catching critical issues, architectural problems, and best-practice violations consistently. Team review remains valuable for design decisions and domain knowledge, but automation handles routine quality gates.