check
SkillDev toolsRun code quality checks — format, test, and analyze. Use when asked to check, lint, format, or test the codebase.
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 check skill
What this skill tells your AI
The instructions your AI receives, as published by quisapp/flutter_contacts in .claude/skills/check/SKILL.md and read by ahel’s review.
Run code quality checks on the project.
Steps
If $ARGUMENTS specifies a specific check (format, test, or analyze), run only that one. Otherwise run all three in order:
- Format:
scripts/format.sh - Test:
scripts/test.sh - Analyze:
flutter analyze
Report results after each step. If any step fails, stop and report the failure.
Signals
- GitHub stars
- 110
- Forks
- 194
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
check-quisapp- Source
- github.com/quisapp/flutter_contacts