code-review

Analyze Flutter/Dart source code changes using linting and static analysis tools.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/brahiamsinho/Examen-1-SI2 --skill code-review-brahiamsinho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/brahiamsinho/Examen-1-SI2/tree/main/.cursor/skills/code-review
Command: npx skills add https://github.com/brahiamsinho/Examen-1-SI2 --skill code-review-brahiamsinho

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires flutter, dart_style, analysis_server, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the code review process for Flutter/Dart applications, addressing common concerns like logic errors, code style, security vulnerabilities, and documentation gaps.

Core Features & Use Cases

  • Structured Code Review: Utilize a predefined checklist for a comprehensive code audit.
  • Multi-Factor Analysis: Checks for correctness, performance, security, maintainability, and documentation.
  • Automated Checks: Enhances developer efficiency and code quality across your team.

Quick Start

Use the code-review skill to perform a thorough code review on the branch 'feature-x'.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I perform a structured code review for a Flutter and Dart project?

To perform a structured code review for a Flutter/Dart project, analyze source code changes against a predefined checklist covering correctness, performance, security, and maintainability. This approach utilizes Dart-specific linting and static analysis tools for detailed examination.

What is the best way to automate static analysis and linting for Dart source code?

Automating static analysis and linting for Dart source code involves using the analysis server and dart_style dependencies to flag logic errors, style inconsistencies, and security vulnerabilities, thereby enhancing developer efficiency and code quality.

Can I use this code review skill to check Flutter code for security vulnerabilities and documentation gaps?

Yes, you can use this code review skill to check Flutter code for security vulnerabilities and documentation gaps. It performs multi-factor analysis to ensure adherence to best practices and flag potential issues across your team's codebase.

Does the Dart static analysis process require specific dependencies like the analysis server to work?

Yes, the Dart static analysis process requires specific dependencies including the analysis server, dart_style, and the Flutter framework to function properly. These tools provide the underlying linting and formatting capabilities needed for a thorough code audit.

Why does my Flutter code review still miss logic errors even with standard linting?

Standard linting might miss logic errors because it focuses primarily on syntax and style. A comprehensive Flutter code review requires multi-factor analysis using a predefined checklist to evaluate correctness, performance, security, and maintainability simultaneously.