# validate-pr

> Claude/Codex skill by [@flutter](https://omgskills.com/library/flutter/index.md) · 3.1k stars · Updated 2026-08-31

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

Tags: dart, flutter, website

## Install

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

## Links

- HTML page: https://omgskills.com/skills/flutter/website/validate-pr/
- GitHub: https://github.com/flutter/website
- Author: [@flutter](https://omgskills.com/library/flutter/index.md)

## More from this repo

- [update-llms-text](https://omgskills.com/skills/flutter/website/update-llms-text/index.md) — Used to update and maintain the llms.txt file.
   - [@flutter](https://omgskills.com/library/flutter/index.md) · 3.1k stars
- [proofread-markdown](https://omgskills.com/skills/flutter/website/proofread-markdown/index.md) — Proofreads Markdown files against Google guidelines.
   - [@flutter](https://omgskills.com/library/flutter/index.md) · 3.1k stars

## More skills by this author

- [find-release](https://omgskills.com/skills/flutter/flutter/find-release/index.md) — A skill to find the lowest Dart and Flutter release containing a given commit.
   - [@flutter](https://omgskills.com/library/flutter/index.md) · 179k stars
