Time Registration
Git-based time registration summaries
/plugin install time-registration@rvanbaalen When to use
Use when you need a quick summary of what you worked on for time sheets, standups, or status updates. Reads your git history and distills it into a single human-readable line.
How it works
- Parses your time period argument (defaults to “yesterday”)
- Queries
git logfor your commits in that range - Groups related commits into logical work items
- Produces a comma-separated summary in past-tense, plain English
Example output
Implemented user authentication, fixed pagination bug on dashboard, upgraded React from 18 to 19
Invoke
/rvanbaalen:time-registration # yesterday
/rvanbaalen:time-registration last 3 days
/rvanbaalen:time-registration this week
/rvanbaalen:time-registration last week