Skip to main content

proofread-markdown

Proofreads Markdown files against Google guidelines.

설치로 이동

소스 정보

저장소
dart-lang/site-www
최근 소스 활동
2026년 7월 10일 16:32
감지된 SKILL.md 언어
영어
스타
1,052
포크
793

설치 방법

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

소스 파일 검토

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

파일 탐색기
2 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
proofread-markdown
description
Proofreads Markdown files against Google guidelines.
# Proofreading Markdown ## Overview Help us transform technical text into clear, concise, and machine-readable Markdown. We follow the Google Developer Documentation Style Guide. ## Workflow ### 1. Check line length - [ ] Keep lines under 80 characters. - [ ] Use **semantic line breaks**: Follow the guidelines in [references/semantic_breaks.md](references/semantic_breaks.md). ### 2. Fix voice and tone - [ ] Use active voice. - [ ] Use present tense. - [ ] Use second person ("you"). No "we". - [ ] Use contractions. ### 3. Check word choice - [ ] No forbidden terms: "e.g.", "i.e.", "etc.", "should", "would", "could". - [ ] Use Oxford comma and American spelling. ### 4. Style headings and lists - [ ] Use Sentence case for headings. - [ ] Put a blank line after all headings. - [ ] Numbered lists MUST use `1.` for every item to allow easy reordering. ### 5. Use less words in sections with steps - [ ] If a section has steps in it, be brief. Keep it short, simple, and accurate. ### 6. Format links - [ ] Use link definitions (reference-style links) instead of inline links. - [ ] Use site-relative paths (for example, `/resources/whats-new`) instead of full absolute URLs (for example, `https://dart.dev/resources/whats-new`) for internal site links.
GitHub에서 보기