← スキル一覧に戻る

docs-sync
by jMerta
docs-syncは、other分野における実用的なスキルです。複雑な課題への対応力を強化し、業務効率と成果の質を改善します。
⭐ 103🍴 7📅 2026年1月23日
SKILL.md
name: docs-sync description: Keep documentation in sync with code changes across README, docs sites, API docs, runbooks, and configuration. Use when the user asks to update docs, ensure docs match behavior, or prepare docs for a release/PR.
Docs sync
Goal
Update documentation so it matches the current code and is easy for the target audience to follow.
Inputs to ask for (if missing)
- What changed (feature/bugfix/refactor) and who the docs are for.
- Which docs surfaces matter: README,
/docs, wiki, runbooks, API spec, changelog, onboarding. - Any required format/voice (company style guide, "keep it short", etc.).
Workflow (checklist)
- Identify what changed
- Use the diff to locate impacted areas:
git diff --name-onlygit diff
- Use the diff to locate impacted areas:
- Inventory docs surfaces in the repo
- Common locations:
README.md,docs/,CONTRIBUTING.md,CHANGELOG.md,openapi.*,schema.graphql,adr/,runbooks/. - For Spring: check for generated OpenAPI/Swagger docs or endpoint annotations.
- For Next/TypeScript: check for docs pages, Storybook, or typed API clients.
- If your repo uses
docs/as the primary doc root, seereferences/docs-structure.mdfor a suggested layout.
- Common locations:
- Decide what needs updating
- Ensure docs cover:
- setup and local dev commands
- required env vars / config keys
- API contract changes (request/response examples)
- DB migrations and operational steps
- behavior changes visible to users
- If the change is an architectural/behavioral decision, add or update an ADR (use
references/adr-template.md).
- Ensure docs cover:
- Apply edits with minimal churn
- Prefer small, targeted edits over rewrites.
- Add examples that are copy/paste runnable.
- Keep headings stable to avoid breaking deep links.
- Use templates in
references/when helpful.
- Verify docs are consistent
- Run the repo's existing doc checks if present (md lint, docs build, site build).
- At minimum: ensure code fences match the actual commands and file paths, and env var names match the code.
Deliverable
Provide:
- The list of docs files updated and why.
- A short "How to verify" section (commands or manual checks).
スコア
総合スコア
65/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
✓人気
GitHub Stars 100以上
+5
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です