npx skills add ...
npx skills add flutter/website --skill validate-pr
npx skills add flutter/website --skill validate-pr
Stages the Flutter site locally. This includes checking for broken links, verifying excerpts, updating formatting, and serving the dev site.
Ensure that any changed code excerpts are properly run and synced to the Markdown files:
Update the formatting of the site examples and tools to ensure they follow the official Dart format:
Run the following command to check for any unlinked or broken Markdown link references in the site output:
If any broken links are found, try to patch them or alert the user.