sync-docs
SKILL.md
Documentation Sync
ドキュメント(docs/)を実装コードと照合し、乖離を検出・修正する。
Usage
/sync-docs [target]
target: 対象ディレクトリ(省略時: docs/)
Workflow
Phase 1: 対象特定
find <target> -name "*.md" -type f
ドキュメント(docs/)を実装コードと照合し、乖離を検出・修正する。
/sync-docs [target]
target: 対象ディレクトリ(省略時: docs/)find <target> -name "*.md" -type f