Stages the Flutter site locally. This includes checking for broken links, verifying excerpts, updating formatting, and serving the dev site.
64
75%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./.agents/skills/validate-pr/SKILL.mdEnsure that any changed code excerpts are properly run and synced to the Markdown files:
dart run dash_site refresh-excerptsUpdate the formatting of the site examples and tools to ensure they follow the official Dart format:
dart run dash_site format-dartRun the following command to check for any unlinked or broken Markdown link references in the site output:
dart run dash_site check-link-referencesIf any broken links are found, try to patch them or alert the user.
0438a63
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.