flutter-audit

Audit Flutter codebases and generate structured AUDIT.md reports.

1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/kelsi-andrewss/claude-multi-agent-pipeline --skill flutter-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flutter-audit
Source: https://github.com/kelsi-andrewss/claude-multi-agent-pipeline/tree/main/skills/flutter-audit
Command: npx skills add https://github.com/kelsi-andrewss/claude-multi-agent-pipeline --skill flutter-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit a Flutter project and generate a structured AUDIT.md report via a foreground Sonnet agent.

Core Features & Use Cases

  • Analyze Flutter project structure to identify issues related to state management, dependencies, and code quality.
  • Generate a comprehensive AUDIT.md report with sections for security, bugs, completeness, quality, widgets, state, performance, platform, and pubspec.
  • Use with path targeting and optional flags like --state-mgmt, --opus, --requirements, --output, --append, and --ignore.

Quick Start

Run the flutter-audit command with your target path and optional flags to generate the AUDIT.md report.

Frequently Asked Questions about flutter-audit

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

FAQPage Schema
What is included in a Flutter code audit report?

A Flutter code audit report includes structured sections for security, bugs, completeness, quality, widgets, state, performance, platform, and pubspec dependencies to provide comprehensive project analysis.

Can I filter a Flutter audit to only check security and pubspec dependencies?

Yes, you can filter a Flutter audit using section filters for security, bugs, completeness, quality, widgets, state, performance, platform, and pubspec to target specific areas of your codebase.

How do I generate an audit report for a large Flutter app with specific state management requirements?

You can generate an audit report for large Flutter apps by targeting a path and using flags like --state-mgmt to specify state management options and --requirements to provide an optional requirements document.

Does the Flutter audit support appending results to an existing report file?

Yes, the Flutter audit supports the --append flag to add results to an existing file, along with --output to specify the destination and --ignore to exclude certain paths from the analysis.

What are the limitations of automating Flutter code quality analysis with this approach?

Limitations include requiring a readable pubspec.yaml for dependency analysis and relying on a foreground Sonnet agent, meaning processing is synchronous and constrained by the context window for large codebases.