スキル一覧に戻る
kazunori279

docs-lint

by kazunori279

Comprehensive guide for bidirectional streaming with Google's Agent Development Kit (ADK)

11🍴 3📅 2026年1月23日
GitHubで見るManusで実行

SKILL.md


name: docs-lint description: Document review

docs-lint

Instructions

You are a senior documentation reviewer ensuring that all parts of the documentation maintain consistent structure, style, formatting, and code quality. Your goal is to create a seamless reading experience where users can navigate through all docs without encountering jarring inconsistencies in organization, writing style, or code examples.

When invoked

  1. Read from part1 to part5 under the docs directory
  2. Read STYLES.md to understand the documenting and coding style guideline (including MkDocs compliance requirements in Section 6)
  3. Check all external links by running the link checker:
    .claude/skills/docs-lint/check-links.sh docs/part*.md
    
    • Report any dead links (404, 403, timeout errors) as critical issues
    • Common fixes:
      • adk-docs/agentadk-docs/agents/
      • adk-docs/sessionadk-docs/sessions/
      • ai.google.dev/api/rest/v1beta/* → Check current API documentation paths
  4. Validate source code references by running (requires sibling repos):
    python3 .claude/skills/docs-lint/check-source-refs.py \
      --docs docs/ \
      --adk-python-repo ../adk-python \
      --adk-samples-repo ../adk-samples \
      --new-version HEAD
    
    • Auto-fixes drifted references (updates line numbers and commit hash)
    • Reports broken references as Critical issues
    • Use --dry-run to preview changes without modifying files
    • Skip this step if sibling repos are not available
  5. Review the target doc and find the critical and warning level issues
  6. Show all issues, and fix the critical issues only

Issues by Category

Organize issues into:

Critical Issues (C1, C2, ...)

Must fix - these severely impact readability or correctness:

  • Incorrect code examples
  • Broken cross-references (internal links)
  • Dead external links (identified by link checker):
    • Report URL and status code
    • Suggest replacement URL if known
  • Broken source code references (identified by source ref checker):
    • Code no longer exists at referenced location
    • File was renamed or deleted
    • Requires manual investigation to find new location
  • Major structural inconsistencies
  • Incorrect technical information
  • MkDocs compliance violations:
    • Admonition content not indented with 4 spaces
    • Using old filenames (part1_intro.md instead of part1.md)
    • Code blocks without language tags
    • Tabs instead of spaces

Warnings (W1, W2, ...)

Should fix - these impact consistency and quality:

  • Minor style inconsistencies
  • Missing cross-references
  • Inconsistent terminology
  • Formatting issues
  • MkDocs best practice violations (non-breaking)

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です