Analyze Fix banner
ToastyToast25 ToastyToast25

Analyze Fix

Development community

Description

--- description: "Analyzes Dart code for issues and applies fixes following best practices" globs: ["**/*.dart", "analysis_options.yaml"] alwaysApply: false --- # Skill: Analyze and Fix Dart Code Analyze Dart code for issues and apply fixes following best practices. ## Usage When asked to analyze or fix code, follow these guidelines: ## Running Analysis ```bash # Run Dart analyzer dart analyze # Run Flutter analyzer flutter analyze # Fix auto-fixable issues dart fix --apply flutter fix -

Installation

Installs to ~/.claude/skills/toastytoast25-claude-code-dart-flutter-analyze-fix/SKILL.md

Terminal
mkdir -p ~/.claude/skills/toastytoast25-claude-code-dart-flutter-analyze-fix && curl -fsSL https://raw.githubusercontent.com/ToastyToast25/claude-code-dart-flutter/HEAD/.claude/skills/analyze-fix.md -o ~/.claude/skills/toastytoast25-claude-code-dart-flutter-analyze-fix/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository