A comprehensive documentation management skill that ensures project documentation stays synchronized with code changes.
A comprehensive documentation management skill that ensures project documentation (README, CHANGELOG, API docs) stays synchronized with code changes in the Tepora Project.
Activate this skill when:
README.md, CHANGELOG.md, docs/*.md)When this skill is activated, follow these steps:
Analyze Context: Determine what kind of update is needed based on recent changes or user request.
CHANGELOG.md and potentially feature-specific docs in docs/.README.md (Installation/Usage sections).CHANGELOG Update:
If updating CHANGELOG.md:
E:\Tepora_Project\CHANGELOG.md. - [Category] Description of the change.README Update:
If updating README.md:
Architecture/API Docs: If deeper documentation is needed:
docs/ directory.docs/api-reference.md).Review & Write:
User: "新しい検索機能を追加したので、ドキュメントを更新して" Agent: "承知しました。以下の更新を行います。
1. CHANGELOG.md
## [Unreleased] - 2026-02-11
### Added
- フロントエンドに全文検索機能を追加
- Rustバックエンドに検索用API `search_items` を追加
2. docs/features.md (新規作成) 検索機能の仕様と使い方を記載します。
よろしいでしょうか?"