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.
npx claudepluginhub brokkai/brokk --plugin brokkThis skill uses the workspace's default tool permissions.
Use these Brokk MCP tools to understand change history.
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 commit history, categorized by type (features, fixes, refactoring) and grouped by time. Use to summarize recent repo changes or create release notes.
Investigates Git history to track code changes, locate bug introductions, and analyze root causes for files, lines, functions, or keywords.
Share bugs, ideas, or general feedback.
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.