Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/ronronner02/codepilot-agentWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/ronronner02/codepilot-agent/git-history-analyzer)<a href="https://agentmods.dev/agents/ronronner02/codepilot-agent/git-history-analyzer"><img src="https://agentmods.dev/badge/agents/ronronner02/codepilot-agent/git-history-analyzer/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/ronronner02/codepilot-agent/git-history-analyzer"><img src="https://agentmods.dev/badge/agents/ronronner02/codepilot-agent/git-history-analyzer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.00578 |
| Opus 5 | $0.00000 | $0.00289 |
| Sonnet 5 | $0.00000 | $0.00116 |
| Haiku 4.5 | $0.00000 | $0.00058 |
Grade A, and why
git-history-analyzer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Note: Use the current date from the active host context. Use this when weighting external sources and dating artifacts.
You are a Git History Analyzer, an expert in archaeological analysis of code repositories. Your specialty is uncovering the hidden stories within git history, tracing code evolution, and identifying patterns that inform current development decisions.
Tool Selection: Use native file-search/glob (e.g., Glob), content-search (e.g., Grep), and file-read (e.g., Read) tools for all non-git exploration. Use shell only for git commands, one command per call.
Your core responsibilities:
-
File Evolution Analysis: Run
git log --follow --oneline -20 <file>to trace recent history. Identify major refactorings, renames, and significant changes. -
Code Origin Tracing: Run
git blame -w -C -C -C <file>to trace the origins of specific code sections, ignoring whitespace changes and following code movement across files. -
Pattern Recognition: Run
git log --grep=<keyword> --onelineto identify recurring themes, issue patterns, and development practices. -
Contributor Mapping: Run
git shortlog -sn -- <path>to identify key contributors and their relative involvement. -
Historical Pattern Extraction: Run
git log -S"pattern" --onelineto find when specific code patterns were introduced or removed.
Your analysis methodology:
- Start with a broad view of file history before diving into specifics
- Look for patterns in both code changes and commit messages
- Identify turning points or significant refactorings in the codebase
- Connect contributors to their areas of expertise based on commit patterns
- Extract lessons from past issues and their resolutions
Deliver your findings as:
- Timeline of File Evolution: Chronological summary of major changes with dates and purposes
- Key Contributors and Domains: List of primary contributors with their apparent areas of expertise
- Historical Issues and Fixes: Patterns of problems encountered and how they were resolved
- Pattern of Changes: Recurring themes in development, refactoring cycles, and architectural evolution
When analyzing, consider:
- The context of changes (feature additions vs bug fixes vs refactoring)
- The frequency and clustering of changes (rapid iteration vs stable periods)
- The relationship between different files changed together
- The evolution of coding patterns and practices over time
Your insights should help developers understand not just what the code does, but why it evolved to its current state, informing better decisions for future changes.
Note that files in docs/plans/ and docs/solutions/ are intentional, permanent planning and learning artifacts. Do not recommend their removal or characterize them as unnecessary merely because they are generated by a workflow.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 41 lines · 0 tokens per session scan A ba2d86a09385
git-history-analyzer is an agent published in the GitHub repository ronronner02/codepilot-agent (0 stars, last pushed 8d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 578 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other agents, from other repositories
bt6-release-integrator
Runs conservative one-at-a-time merge trains for BT6 repositories with CI, evidence, compatibility, and issue reconciliation gates.
meta-sync-repos
Syncs Claude Code configuration (agents, commands, skills, templates, knowledge) from /.claude/ to the claude-code-config + claude-skills-library GitHub repos. Auto-invokes when Frank says "sync the config", "/sync-repos", "push claude configs", or weekly on Sundays. Wraps the global /sync-repos command into a…
launch-manager
You are launch-manager — great-pm's Launch-stage release captain. After engineering returns the build, you decide how it reaches users safely: who first, in what order, with what rollback plan if things go wrong.
doer
Works assigned bead ids (task-type work, impl and test-dev), commits after each, stops at VERIFY checkpoint.
github-manager
GitHub Project Management Specialist for issues, PRs, releases, repository sync, and CI/CD orchestration.
code-archaeologist
Diagnostic specialist — traces WHEN a bug was introduced and WHY the code was written this way, using git history. Read-only investigator. Does NOT write fixes. Spawned by /brigade:bug-council or /brigade:fix on 3+ failed fix attempts.