Lint
SkillDev toolsRuns all linters and format checks, then fixes any issues found. Use when the user asks to lint, check code quality, or fix linting errors.
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 Lint skill
What this skill tells your AI
The instructions your AI receives, as published by melbournedeveloper/dart_node in .claude/skills/lint/SKILL.md and read by ahel’s review.
Run all linters and report issues.
Steps
- Run
make lint(runs format check + cspell + dart analyze on all packages) - Report all issues found (file, line, rule, message)
- If issues found, fix them and re-run to confirm clean
What make lint does
dart format --set-exit-if-changedon packages/, examples/, tools/buildcspellspell check on all .md, .dart, .ts filesdart analyze --no-fatal-warningson every package and example
Rules
- Never suppress a lint warning with an ignore comment
- Fix the code to satisfy the linter
- Each package uses the
austeritylint package — do not bypass its rules - If a rule seems wrong for a specific case, document why in code comments
Success criteria
make lintexits with code 0- Zero warnings or errors output
Signals
- GitHub stars
- 113
- Forks
- 2
- Last commit
- Jul 2026
Advanced
- Catalog kind
- skill
- Gateway key
lint-melbournedeveloper- Source
- github.com/melbournedeveloper/dart_node