Skip to main content

contribute-blog

Create, import, edit, or review posts for the official Dart blog at dart.dev/blog, including metadata, media, authors, and publication checks.

설치로 이동

소스 정보

저장소
dart-lang/site-www
최근 소스 활동
2026년 9월 14일 19:11
감지된 SKILL.md 언어
영어
스타
1,051
포크
792

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
4 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
contribute-blog
description
Create, import, edit, or review posts for the official Dart blog at dart.dev/blog, including metadata, media, authors, and publication checks.
# Contribute to the Dart blog ## Editorial approach Preserve the author's voice, intent, and requested scope. First person, contractions, anecdotes, humor, enthusiasm, and future-facing announcements can all be appropriate. Don't rewrite them merely to match documentation conventions. Apply `proofread-markdown` selectively for clarity, accuracy, accessibility, links, code formatting, and sound structure. Their documentation-specific preferences aren't blanket blog requirements: semantic line breaks and an 80-character limit aren't required, especially when importing or lightly editing an existing post. Fix or flag substantive issues with source fidelity, technical accuracy, accessibility, metadata, or rendering. Treat preference-only rewrites as suggestions unless copyediting was requested. ## Read relevant reference material - For a new post, import, metadata or media change, structural edit, or full review, read [Dart blog post format](references/post-format.md). - For a Google Doc import, also read [Import from Google Docs](references/google-doc-import.md). - To add or update an author or resolve an unknown author ID, read [Manage blog authors](references/authors.md). A small prose-only correction might need no reference. Consult `src/data/authors.yaml`, comparable recent posts, or implementation source when a convention is unclear. ## Code and quality checks - If changing or writing Dart samples, follow Effective Dart. Validate complete examples when practical and label intentional omissions or pseudocode clearly. - Before calling a post ready, search the changed content for unresolved markers and placeholders, such as `TODO`, `TBD`, or placeholder notes. Report intentional markers or blockers instead of silently removing them. ## Validate proportionally For a new post or a change to metadata or content, run the build and link-reference checks: ```bash dart run dash_site build dart run dash_site check-link-references ``` When layout, media, metadata, or content significantly changes, consider previewing the site locally: ```bash dart run dash_site serve ``` For a prose-only edit that doesn't change links, direct inspection of the content can be enough.
GitHub에서 보기