validate-pr

star 3.1k

Stages the Flutter site locally. This includes checking for broken links, verifying excerpts, updating formatting, and serving the dev site.

flutter By flutter schedule Updated 4/29/2026

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-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.

Install via CLI
npx skills add https://github.com/flutter/website --skill validate-pr
Repository Details
star Stars 3,080
call_split Forks 3,458
navigation Branch main
article Path SKILL.md
More from Creator