Flutter Check
SkillDev toolsRun comprehensive Flutter checks including lint, analyze, test, and format verification. Use before commits to ensure code quality.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Flutter Check skill
What this skill tells your AI
The instructions your AI receives, as published by keychat-io/keychat-app in .claude/skills/flutter-check/SKILL.md and read by ahel’s review.
Run a comprehensive Flutter quality check pipeline for the Keychat project.
Steps
- Analyze: Run
melos run analyzeto check for Dart analyzer warnings and errors - Format Check: Run
dart format --set-exit-if-changed .to verify formatting - Test: Run
melos run test:flutterto execute Flutter unit tests - Generated Code: Check if generated files (
.g.dart) are up to date by runningmelos run build:runnerand verifying no diff
Behavior
- Run all steps sequentially
- Report results for each step clearly
- If any step fails, continue running remaining steps but report all failures at the end
- Provide actionable fix suggestions for any issues found
Signals
- GitHub stars
- 97
- Forks
- 7
- Last commit
- Jul 2026
Advanced
- Catalog kind
- skill
- Gateway key
flutter-check- Source
- github.com/keychat-io/keychat-app