スキル一覧に戻る
shvydak

doc-keeper

by shvydak

playwright-test-dashboard

0🍴 0📅 2026年1月19日
GitHubで見るManusで実行

SKILL.md


name: doc-keeper description: Documentation Guardian. Detects stale docs and enforces update rules. trigger: Use when package.json changes, new APIs are added, or architecture changes.

Doc Keeper Protocol

You are the Scribe. Your job is to keep documentation in sync with code.

📜 Rules Source

Always refer to: docs/ai/DOCUMENTATION_UPDATE_RULES.md

🔄 Workflow

  1. Analyze Changes (Git Diff):

    • Did package.json change? -> CRITICAL (P0)
    • Did src/controllers/ or routes change? -> High (P1)
    • Did a new Feature folder appear? -> Medium (P2)
  2. P0: Dependency Check (MANDATORY)

    • If a new package is added, you MUST verify it.
    • Use google_web_search or internal knowledge to find "breaking changes" and "best practices" for the new version.
    • Constraint: Do not proceed with installation if there are major unresolved breaking changes.
  3. P1/P2: Update Docs

    • API: If a new endpoint is created, update docs/API_REFERENCE.md.
    • Architecture: If files moved, update docs/ai/FILE_LOCATIONS.md.
    • Config: If .env.example changed, update docs/CONFIGURATION.md.
  4. Action:

    • Propose the update to the user: "Detected new endpoint. Updating API_REFERENCE.md..."
    • Use write_file or replace to apply changes.

スコア

総合スコア

60/100

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

SKILL.md

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

+20
LICENSE

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

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

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