From brokk
Explores Git change history using Brokk's searchGitCommitMessages to search commit messages by pattern and getGitLog to view recent commits. Useful for finding feature additions, bug fixes, or development pace in files/directories.
How this skill is triggered — by the user, by Claude, or both
Slash command
/brokk:git-explorationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use these Brokk MCP tools to understand change history.
Use these Brokk MCP tools to understand change history.
| Tool | Purpose |
|---|---|
searchGitCommitMessages | Search commit messages by pattern |
getGitLog | View recent commit history |
searchGitCommitMessages to find when a feature was added or a
bug was fixed.getGitLog to see recent changes and understand the pace of
development in a file or directory.npx claudepluginhub brokkai/brokk --plugin brokkGenerates structured changelogs from git commit history, categorized by type (features, fixes, refactoring) and grouped by time. Use to summarize recent repo changes or create release notes.
Analyzes git history using git log, blame, shortlog to trace code evolution, map contributors, and identify commit patterns for repo archaeology.
Generates structured changelogs from git history, grouping commits by time period and classifying them by type (features, fixes, refactoring, etc.).