code-review

Automate structured code reviews for Flutter/Dart projects.

Updated May 31, 2026
One-click install
npx skills add https://github.com/sebach0/SEGUNDO-EXAMEN-PARCIAL-APP.-WEB-Y-MOVIL --skill code-review-sebach0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/sebach0/SEGUNDO-EXAMEN-PARCIAL-APP.-WEB-Y-MOVIL/tree/main/.cursor/skills/code-review
Command: npx skills add https://github.com/sebach0/SEGUNDO-EXAMEN-PARCIAL-APP.-WEB-Y-MOVIL --skill code-review-sebach0

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the code review process for Flutter/Dart projects, ensuring that all necessary checks are performed and providing clear feedback.

Core Features & Use Cases

  • Structured Checklist: Follows a comprehensive checklist for reviewing Flutter/Dart code.
  • Branch Validation: Checks the branch and merge target before review.
  • Change Discovery: Identifies and investigates changed files.
  • File Review: Verifies location, naming, responsibility, readability, logic, maintainability, error handling, security, performance, documentation, and test coverage.
  • Overall Change Set Evaluation: Ensures the change set is focused and scoped.
  • CI and Test Verification: Checks for CI passes and test coverage.

Quick Start

Use the code-review skill to review the 'feature/new-feature' branch against the 'main' branch.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate Flutter code reviews using a structured checklist?

Automating Flutter code reviews involves validating branches, discovering changed files, and evaluating correctness, security, performance, and test coverage. This process requires manual setup and configuration to apply a comprehensive structured checklist to your development workflow.

What should a Dart code review checklist cover for maintaining software quality?

A Dart code review checklist should cover file location, naming conventions, responsibility, readability, logic, maintainability, error handling, security, performance, documentation, and test coverage. It also ensures the overall change set is focused and properly scoped.

Can I verify CI passes and test coverage during a Dart code review?

Yes, you can verify CI passes and test coverage during a Dart code review. The process includes checking continuous integration results and validating test coverage to ensure software quality before merging changes into the target branch.

Does the automated code review process validate branch targets before checking changes?

Yes, branch validation is the first step in the code review process. It checks the current branch and the merge target before discovering and investigating changed files to ensure proper review context.

What are the limitations of using scripts to review Flutter code changes?

Using scripts to review Flutter code changes requires manual setup and configuration. While it automates file discovery and quality checks, users must configure the environment beforehand to evaluate logic, security, and performance effectively.