sumgit
Installation
SKILL.md
sumgit - Daily Git Story
Tell the story of today's git commits by deploying parallel Explore agents to analyze different workstreams and synthesize a narrative summary.
Execution Steps
Step 1: Gather Today's Commits
Run these git commands to understand today's work:
# Get commit count
git log --since="midnight" --oneline | wc -l
# Get detailed commit info with files
git log --since="midnight" --format="%H|%s|%an|%ai" --name-only