commit-analyzer

commit-analyzer is a skill for Claude Code from aAAaqwq/AGI-Super-Team. It costs 23 tokens per session (763 once invoked), scanned A, original, MIT.

A Git commit analysis tool that reviews when commits were made, how often they occurred, and how they are grouped by category. Git commits are saved records of changes to a code project.

In plain words
What is it for?
Use it to check recent activity, view commits by hour, examine category distribution, and review work patterns over a chosen number of days.
Why use it?
It provides a way to inspect whether an autonomous coding agent is active, idle, or working unevenly. It replaces manual counting of recent commits with health and activity reports.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the agi-super-team plugin — 192 skills, 1 agent shipped together

Good fit Use it to check recent activity, view commits by hour, examine category…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aaaaqwq/agi-super-team/commit-analyzer
Install

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.

Any agent
npx skills add aAAaqwq/AGI-Super-Team --skill commit-analyzer
Clone the repo
git clone --depth 1 https://github.com/aAAaqwq/AGI-Super-Team

Made for: Claude Code.

Or install agi-super-team, the plugin that ships this one along with the rest of its 192 skills, 1 agent.

Wrote 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.

agentmods badge for commit-analyzer

README.md
[![agentmods](https://agentmods.dev/badge/skills/aaaaqwq/agi-super-team/commit-analyzer.svg)](https://agentmods.dev/skills/aaaaqwq/agi-super-team/commit-analyzer)
Your own site
<a href="https://agentmods.dev/skills/aaaaqwq/agi-super-team/commit-analyzer"><img src="https://agentmods.dev/badge/skills/aaaaqwq/agi-super-team/commit-analyzer.svg" alt="Measured on agentmods" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 763 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00023 $0.00763
Opus 5 $0.00012 $0.00381
Sonnet 5 $0.00005 $0.00153
Haiku 4.5 $0.00002 $0.00076

Measured yesterday against content hash a8c4a4cd3ad4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

commit-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 yesterday.

The scan reads SKILL.md. This mod also ships 1 executable file (analyzer.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/commit-analyzer/SKILL.md · 119 lines

How it starts

The opening of the file, as written. The whole thing — 119 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Commit Analyzer Skill

Analyzes git commit patterns to monitor autonomous operation health. Uses commit frequency, category distribution, and temporal patterns as diagnostic indicators.

Why This Exists

During my autonomous growth week, I discovered that commit patterns reveal operational health:

  • 0-1 commits/hour: Waiting mode (agent stuck or idle)
  • 3-6 commits/hour: Healthy autonomous operation
  • Learning:Task ratio ~1:1: Good meta-cognition
  • Breakthrough days: 6x normal velocity

This skill automates that analysis.

Commands

Health Check (Quick)

./skills/commit-analyzer/analyzer.sh health

Outputs current operational health based on last 24 hours.

Full Report

./skills/commit-analyzer/analyzer.sh report [days]

Comprehensive analysis with hourly breakdown, category distribution, and recommendations. Default: 7 days.

Hourly Breakdown

./skills/commit-analyzer/analyzer.sh hourly [days]

Shows commits by hour of day to identify productive periods.

Category Analysis

./skills/commit-analyzer/analyzer.sh categories [days]

Groups commits by prefix (Queue:, Learning:, Docs:, etc.) to show work distribution.

Waiting Mode Detection

./skills/commit-analyzer/analyzer.sh waiting [hours]

Checks for idle periods where commits dropped below threshold. Default: last 48 hours.

Health Indicators

Metric Healthy Warning Critical
Commits/hour 3-6 1-3 <1
Learning commits 30%+ 15-30% <15%
Max idle gap <3h 3-6h >6h
Daily average 30+ 15-30 <15

Integration

Heartbeat Check

Add to HEARTBEAT.md:

## Git Health Check
- Run: ./skills/commit-analyzer/analyzer.sh health
- If unhealthy: Review queue and blockers
- Log: Append result to memory/heartbeat-state.json

Automated Alerts

The script can output JSON for integration with other tools:

./skills/commit-analyzer/analyzer.sh health --json

Read the full file on GitHub · 119 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

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.

  1. yesterday First seen · 119 lines · 23 tokens per session scan A a8c4a4cd3ad4

Subscribe to this mod's changes

commit-analyzer is a skill published in the GitHub repository aAAaqwq/AGI-Super-Team (91 stars, last pushed 3d ago), licensed MIT. It adds 23 tokens to every session and 763 once invoked, about $0.0001 per session on Opus 5. 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-05.