← スキル一覧に戻る

vault-weekly
by xavierchoi
⭐ 8🍴 1📅 2026年1月24日
SKILL.md
name: vault-weekly description: > Use when user wants to review or reflect on their week. Triggered when intention involves weekly planning, retrospective, or summary. Creates weekly review note and references daily notes.
Vault Weekly
Behavior
- Determine current ISO week number (YYYY-Www)
- Calculate week date range (Monday to Sunday)
- Create note:
06_Daily/weekly/YYYY-Www-review.md - Scan past 7 days of daily notes in
06_Daily/daily/ - Pre-populate review with highlights extracted from dailies
Frontmatter
---
type: weekly
week: {YYYY-Www}
date_start: {Monday YYYY-MM-DD}
date_end: {Sunday YYYY-MM-DD}
tags: []
---
Template Structure
# Week {week} Review ({start} ~ {end})
## Highlights
What went well this week?
## Challenges
What was difficult?
## Learnings
What did I learn?
## Projects Progress
| Project | Status | Notes |
|---------|--------|-------|
| | | |
## Next Week
What are the priorities?
## Gratitude
What am I thankful for?
Data Extraction from Dailies
Scan daily notes for:
- Wins sections → populate Highlights
- Learnings sections → populate Learnings
- Log entries → summarize activity
- mood/energy averages → note trends
Review Prompts
- "What were the wins this week?"
- "What was challenging?"
- "What did you learn?"
- "Priorities for next week?"
スコア
総合スコア
35/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
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です