
validate-pr
✓ Official★ 3,100by flutter · part of flutter/website
Ensure that any changed code excerpts are properly run and synced to the Markdown files:
This is the playbook your agent receives when the skill activates — you don't need to read it to use the skill, but it's here to audit before installing.
name: validate-pr description: >- Stages the Flutter site locally. This includes checking for broken links, verifying excerpts, updating formatting, and serving the dev site.
Validate the site
Sync code excerpts
Ensure that any changed code excerpts are properly run and synced to the Markdown files:
dart run dash_site refresh-excerptsUpdate formatting
Update the formatting of the site examples and tools to ensure they follow the official Dart format:
dart run dash_site format-dartCheck 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-referencesIf any broken links are found, try to patch them or alert the user.
npx skills add https://github.com/flutter/website --skill validate-prRun this in your project — your agent picks the skill up automatically.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.