← Back to list

journal
by mpazaryna
Development Spike to evaluate WhisperKit
⭐ 0🍴 0📅 Jan 19, 2026
SKILL.md
name: journal description: Generates a journal entry from git commit history - just say "journal this" and I'll read the commits and write it up
Git Journal
Generate a journal entry from your git history. Just say "journal this refactor" or "journal today's work" and I'll read recent commits and create a comprehensive entry.
Workflow
- Read Git Log - I analyze recent commits (you can specify time range)
- Generate Entry - I write a journal entry from the commit history
- Optional: Add Context - If you want to add insights beyond what's in the commits, tell me. Otherwise I'll work with what's there.
- Save - Write to
docs/journal/YYYY-MM-DD-HHMM-slug.md
What Gets Captured
From git log:
- Commit messages (the "what")
- Changed files
- Diff stats (lines added/removed)
- Timestamps and authors
I infer and document:
- Overall goal/theme of the work
- Technical decisions visible in the commits
- Progression and evolution of the work
- Next steps based on commit patterns
Usage
Minimal:
- "Journal this"
- "Journal this refactor effort"
- "Journal today's work"
With time range:
- "Journal the last 4 hours"
- "Journal since this morning"
With context (optional):
- "Journal this. Key insight: we chose X over Y because..."
Requirements
- Must be in a git repository
- Must have commits in the time range (defaults to checking last 24 hours, shows recent commits)
Score
Total Score
50/100
Based on repository quality metrics
✓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
Reviews
💬
Reviews coming soon