validate-pr
작성자: flutter
Flutter 사이트를 로컬에서 스테이징합니다. 여기에는 끊어진 링크 확인, 발췌문 검증, 서식 업데이트, 개발 사이트 제공이 포함됩니다.
npx skills add https://github.com/flutter/website --skill validate-prValidate 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.