Skill
validate-pr
Stages the Flutter site locally. This includes checking for broken links, verifying excerpts, updating formatting, and serving the dev site.
Install
git clone https://github.com/flutter/website /tmp/website && ln -s /tmp/website/.agents/skills/validate-pr ~/.claude/skills/validate-pr
From README
Validate the site Sync code excerpts Ensure that any changed code excerpts are properly run and synced to the Markdown files: Update formatting Update the formatting of the site examples and tools to ensure they follow the official Dart format: Check for broken links 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.
