← スキル一覧に戻る

dev-work-summary
by otrebu
⭐ 2🍴 0📅 2026年1月24日
SKILL.md
name: dev-work-summary description: Scan ~/dev recursively for git repos and report today's work with commits, branches, stats, and detailed change analysis. Use when user asks "what did I work on", "show my work", "daily summary", "what repos did I touch". allowed-tools: Bash
Dev Work Summary
Overview
Scans all git repos in ~/dev and reports today's activity with commit messages, branch info, file changes, and detailed analysis.
Usage
Invoke when user wants to review their work:
- "What did I work on today?"
- "Show me my daily activity"
- "Which repos did I touch?"
- "Summarize my work"
Workflow
-
Run scan script:
bash plugins/development-lifecycle/skills/dev-work-summary/scripts/scan-repos.sh -
Script outputs:
- Repo name and path
- Current branch
- Uncommitted changes (if any)
- Today's commits (messages, timestamps)
- Stats (files/lines changed)
- File-level changes (added/modified/deleted)
-
Analyze output and summarize for user:
- Group by project/theme
- Highlight key accomplishments
- Note incomplete work (uncommitted changes)
- Identify cross-repo patterns
Report Structure
Per repo with activity:
- 📁 Repo name and location
- 🌿 Current branch
- ⚠️ Uncommitted changes (git status)
- 📝 Commit list (hash, message, time)
- 📊 Aggregated stats
- ✅ Files added
- ✏️ Files modified
- ❌ Files deleted
Notes
- "Today" = since midnight (00:00:00)
- Recursive scan finds nested repos
- Skips repos with no activity today
- Shows total repos scanned at end
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です