Validate the site
SkillDev toolsStages the Flutter site locally. This includes checking for broken links, verifying excerpts, updating formatting, and serving the dev site.
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 Validate the site skill
What this skill tells your AI
The instructions your AI receives, as published by cfug/flutter.cn in .agents/skills/validate-pr/SKILL.md and read by ahel’s review.
Sync code excerpts
Ensure that any changed code excerpts are properly run and synced to the Markdown files:
dart run dash_site refresh-excerpts
Update formatting
Update the formatting of the site examples and tools to ensure they follow the official Dart format:
dart run dash_site format-dart
Check for broken links
Run the following command to check for any unlinked or broken Markdown link references in the site output:
dart run dash_site check-link-references
If any broken links are found, try to patch them or alert the user.
Signals
- GitHub stars
- 568
- Forks
- 362
- Last commit
- Sep 2026
Others that do the same job
Advanced
- Catalog kind
- skill
- Gateway key
validate-pr- Source
- github.com/cfug/flutter.cn