Automated Code Reviewer

Automate Flutter code reviews for architecture, security, testing, and style.

11|2|Updated Oct 15, 2025
One-click install
npx skills add https://github.com/Kandil7/prprompts-flutter-generator --skill automated-code-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Automated Code Reviewer
Source: https://github.com/Kandil7/prprompts-flutter-generator/tree/main/.qwen/skills/automation/code-reviewer
Command: npx skills add https://github.com/Kandil7/prprompts-flutter-generator --skill automated-code-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires flutter-bootstrapper, prprompts-generator.

What problem does it solve?

This Skill automatically reviews Flutter code against PRPROMPTS patterns, Clean Architecture principles, security standards, and test coverage requirements to improve reliability and maintainability.

Core Features & Use Cases

  • Architecture compliance checks against Clean Architecture best practices
  • Security pattern verification for JWT handling, password storage, and API security
  • Testing readiness evaluation of test coverage and quality
  • Style & quality improvements with actionable recommendations
  • Optional auto-fix to remediate common issues

Quick Start

Review the entire codebase: @claude use skill automation/code-reviewer

Input: review_type: "full"

Frequently Asked Questions about Automated Code Reviewer

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

FAQPage Schema
How do I automatically review Flutter code for architecture and security issues?

Automated code review for Flutter identifies architectural violations against Clean Architecture principles, security pattern violations in JWT handling and API calls, testing gaps, and style inconsistencies. The Skill scans your target codebase, applies PRPROMPTS patterns, and produces a structured report with severity-based findings and a review score.

Can I run code reviews on specific files or directories in Flutter projects?

Yes, the Skill operates on a target_path parameter accepting individual files, specific directories, or entire codebases. You can choose between full reviews of all domains or targeted reviews focusing on architecture, security, testing, or style independently.

What output formats does an automated Flutter code review produce?

The Skill exports results as markdown, JSON, or HTML reports, each including detailed findings organized by severity level, actionable recommendations, and a quantified review_score metric. The report_path identifies where results are stored for integration into your workflow.

Does automated code review fix Flutter code issues automatically?

The Skill supports optional auto-fix functionality to remediate common style and quality issues identified during review. You control whether fixes are applied or recommendations remain for manual remediation.

What testing and quality aspects does Flutter code review evaluate?

The Skill assesses test coverage depth, test quality standards, and adherence to testing best practices across your Flutter codebase, identifying gaps in test implementation and recommending improvements to increase code reliability.

Do I need dependencies installed before running a code review on Flutter?

The Skill requires flutter-bootstrapper and prprompts-generator as dependencies. These must be available in your environment to load review patterns and validate your target_path before executing architecture, security, testing, and style checks.