← スキル一覧に戻る

docs-policy
by insoln
⭐ 1🍴 0📅 2026年1月11日
SKILL.md
name: docs-policy description: Documentation policy for Slack-MM2 Sync. Use when adding/updating Markdown docs so they stay discoverable, focused, and non-duplicative across backend/frontend/infra/plugin. license: Complete terms in LICENSE.txt
Documentation Policy
When to use
- Adding a new feature doc in
docs/or component directories - Updating behavior that is already documented
- Reviewing a PR that includes docs changes
Core rules
- Prefer updating an existing component
README.mdover creating a new doc. - Create a dedicated doc only when it captures:
- Cross-component behavior
- Operational nuance / manual steps
- Non-trivial reasoning (algorithms, SQL patterns, race-condition mitigations)
- Recovery / rollback guidance
- Place the doc next to the code it describes (backend docs in
backend/, plugin docs ininfra/plugin/, etc.). - Keep docs reproducible today; do not include secrets.
Checklist (author/reviewer)
- README links to the new doc
- Doc scopes itself clearly (feature/subsystem)
- Steps are accurate and reproducible
- Diagrams/scripts match current behavior
- No credentials or customer data
Source of truth
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です