mcpbeat

Validate Pr

flutter/validate-pr

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

199 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
3106
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/flutter/website --skill validate-pr

The instruction itself

4 sections, as written by the author

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

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.

How to use it

Copy the folder

Take flutter/validate-pr from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.