post-feature-review

Automate comprehensive code reviews for Flutter applications across critical issues and architecture.

1|1|Updated Jun 21, 2025
One-click install
npx skills add https://github.com/AdhamHashim/Flutter_Base --skill post-feature-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: post-feature-review
Source: https://github.com/AdhamHashim/Flutter_Base/tree/main/.claude/skills/post-feature-review
Command: npx skills add https://github.com/AdhamHashim/Flutter_Base --skill post-feature-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code after a feature is completed, identifying and fixing critical issues, architectural violations, and quality gaps before they become major problems.

Core Features & Use Cases

  • Automated Code Audits: Performs comprehensive checks across various categories like critical issues, architecture compliance, state management, widget quality, RTL support, forms, error handling, performance, and design tokens.
  • Pre-Commit/PR Checks: Ensures code quality and adherence to project standards before merging.
  • Use Case: After developing a new user profile screen, run this Skill to automatically verify that all critical issues are fixed, the code adheres to the Clean Architecture, and performance optimizations are in place.

Quick Start

Run the post-feature-review skill to audit the code changes for the new user authentication feature.

Frequently Asked Questions about post-feature-review

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

FAQPage Schema
How do I automate code reviews for Flutter applications after a feature is complete?

Automate Flutter code reviews by running a structured checklist that verifies critical issues, architecture compliance, state management patterns, and widget quality to ensure maintainable code.

What does automated post-feature code review check for in Flutter projects?

Post-feature code review checks for architectural compliance, state management patterns, RTL support, form validation, error handling, performance optimization, and design token adherence in Flutter applications.

Can I use this automated code review to enforce Clean Architecture compliance before a PR merge?

Yes, you can use this automated code review as a pre-commit or PR check to verify code quality, validate Clean Architecture adherence, and ensure performance optimizations are in place before merging.

What's the best way to check Flutter widget quality and state management patterns during development?

The best way to check Flutter widget quality and state management patterns is to run an automated post-feature audit that guides developers through a structured checklist for quality assurance.

Does automated Flutter code review include checks for RTL support and design token adherence?

Yes, automated Flutter code review includes specific checks for RTL support and design token adherence alongside performance optimization, form validation, and error handling to guarantee high-quality output.