with one click
publish-blog
Publish a new article to the Dart blog from a Google Doc.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Publish a new article to the Dart blog from a Google Doc.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | publish-blog |
| description | Publish a new article to the Dart blog from a Google Doc. |
Use this skill to add a new article to the Dart blog by extracting content from a Google Doc, formatting it, and placing it in the correct directory.
images/ folder in the zip file.src/content/blog/ using a
concise title.index.md and move the images to the
images/ directory in that folder.<DashImage> or
standard markdown image tags as appropriate.src/data/authors/ for the handle. If the author is not found, create a
new author YAML file. Add the image and any other metadata you can find
from the user's github profile.Proofreads Markdown files against Google guidelines.
Sync the changelog from the Dart SDK repo to update the changelog.yml entries in the site repository.
Stages the Dart site locally for PR validation. Includes formatting Dart code, syncing excerpts, building the site, checking for broken links, and serving the development site.
Update the whats-new page with changes to the website since the previous release.