← スキル一覧に戻る

memorybank-update
by artsmc
Custom agents and commands for Claude Code - specialized development workflows
⭐ 0🍴 0📅 2026年1月23日
SKILL.md
name: memorybank-update description: Comprehensive review and update of all Memory Bank files. Reads all 6 files, proposes targeted updates focusing on activeContext.md and progress.md, and validates results.
Memory Bank: Update
Comprehensive review and update of entire Memory Bank.
Helper Scripts Available:
scripts/validate_memorybank.py- Pre/post validationscripts/detect_stale.py- Find outdated infoscripts/extract_todos.py- Extract action items
Workflow
1. Announce
"Understood. Initiating a full Memory Bank review and update."
2. Validate
python scripts/validate_memorybank.py /path/to/project
Fix any errors before proceeding.
3. Detect Staleness
python scripts/detect_stale.py /path/to/project
Identify files needing attention.
4. Read All Files
Read in hierarchical order:
- projectbrief.md
- productContext.md, techContext.md, systemPatterns.md
- activeContext.md
- progress.md
5. Extract TODOs
python scripts/extract_todos.py /path/to/project
Get current action items.
6. Propose Updates
Based on analysis, propose specific changes to each file. Focus heavily on:
- activeContext.md - Current work, recent changes, next steps
- progress.md - Move completed items, update status
7. Wait for Confirmation
Present proposal, wait for user approval.
8. Apply Updates
Update files based on approved changes.
9. Validate Result
python scripts/validate_memorybank.py /path/to/project
When to Use
- After implementing significant changes
- When new patterns/decisions made
- User explicitly requests update
- After multiple tasks completed
See scripts/README.md for complete documentation.
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です