bms:git-log-summary
Installation
SKILL.md
Git log summary skill
When providing a git log summary, always
- Review the diff, not just the commit message titles.
- A grouping of changes by feature or area of the codebase.
- Provide the commit ID, and author in brackets next to the summary.
Related skills
More from benmatselby/dotfiles
git-log-summary
Provides a summary of the git log for the past period of time. Use when asked to provide a git log summary.
18bms:poc
Creates a proof of concept implementation. Provides the smallest working solution to validate an idea, with no tests and minimal production concerns.
1bms:log-session
Log a one-line summary of the current OpenCode session to today's work diary under the Completed section
1bms:draft-pr
Create a draft pull request for the current branch. Summarises the diff, fills in any PR templates, and opens the PR via the gh CLI.
1bms:code-review
Performs a harsh but constructive code review of a file or set of files. Use when asked to review, critique, or give feedback on code quality.
1bms:summarise-diary
Summarize diary entries for a given time period
1