Назад към всички

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.

$ git log --oneline --stat
stars:67
forks:13
updated:March 4, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
namebms:git-log-summary
descriptionProvides a summary of the git log for the past period of time. Use when asked to provide a git log summary.

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.