commit-analyzer

Analyze git commit frequency, categories, and timing patterns to diagnose autonomous agent activity and operational health.

33 stars

Best use case

commit-analyzer is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Analyze git commit frequency, categories, and timing patterns to diagnose autonomous agent activity and operational health.

Teams using commit-analyzer should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/commit-analyzer/SKILL.md --create-dirs "https://raw.githubusercontent.com/aAAaqwq/AGI-Super-Team/main/skills/commit-analyzer/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/commit-analyzer/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How commit-analyzer Compares

Feature / Agentcommit-analyzerStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Analyze git commit frequency, categories, and timing patterns to diagnose autonomous agent activity and operational health.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# 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)
```bash
./skills/commit-analyzer/analyzer.sh health
```
Outputs current operational health based on last 24 hours.

### Full Report
```bash
./skills/commit-analyzer/analyzer.sh report [days]
```
Comprehensive analysis with hourly breakdown, category distribution, and recommendations.
Default: 7 days.

### Hourly Breakdown
```bash
./skills/commit-analyzer/analyzer.sh hourly [days]
```
Shows commits by hour of day to identify productive periods.

### Category Analysis
```bash
./skills/commit-analyzer/analyzer.sh categories [days]
```
Groups commits by prefix (Queue:, Learning:, Docs:, etc.) to show work distribution.

### Waiting Mode Detection
```bash
./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:
```markdown
## 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:
```bash
./skills/commit-analyzer/analyzer.sh health --json
```

## Examples

### Quick health check
```
$ ./skills/commit-analyzer/analyzer.sh health

📊 Git Health Report (last 24h)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Total commits: 42
Commits/hour: 1.75
Status: ⚠️ WARNING (below 3/hr threshold)

Largest gap: 4h 23m (sleeping?)
Learning commits: 18 (43%) ✅

Recommendation: Check for blockers or waiting mode
```

### Category breakdown
```
$ ./skills/commit-analyzer/analyzer.sh categories 3

📊 Commit Categories (last 3 days)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Queue:     23 (35%)
Learning:  18 (27%)
Docs:      12 (18%)
Skills:     8 (12%)
Fix:        3 (5%)
Other:      2 (3%)

Total: 66 commits
```

## Source

Built from patterns discovered during autonomous week (Jan 28-31, 2026).
See: learning-log.md entry "2026-01-31 05:15 AM - Git Pattern Analysis"

Related Skills

video-content-analyzer

33
from aAAaqwq/AGI-Super-Team

下载视频并用AI分析内容 - 支持B站/抖音/YouTube等平台,提取语音内容并分析视频结构

meeting-insights-analyzer

33
from aAAaqwq/AGI-Super-Team

Analyzes meeting transcripts and recordings to uncover behavioral patterns, communication insights, and actionable feedback. Identifies when you avoid conflict, use filler words, dominate conversations, or miss opportunities to listen. Perfect for professionals seeking to improve their communication and leadership skills.

influencer-analyzer

33
from aAAaqwq/AGI-Super-Team

分析抖音/小红书/B站博主的主页、内容风格、爆款规律。可根据链接、博主名、主题三种方式触发。输出结构化的博主画像和内容风格报告,为内容创作者提供可复制的对标参考。触发词:分析博主、分析网红、对标博主、博主风格、起号分析、博主推荐。

ecommerce-competitor-analyzer

33
from aAAaqwq/AGI-Super-Team

Multi-platform e-commerce competitor analysis skill that automatically scrapes product data from Amazon, Temu, Shopee and generates comprehensive analysis reports using AI. Use when you need to analyze competitor products, extract product insights, or batch analyze multiple product listings. Supports bulk processing with structured outputs including title, price, rating, reviews, and strategic analysis.

conventional-commits

33
from aAAaqwq/AGI-Super-Team

Format commit messages using the Conventional Commits specification. Use when creating commits, writing commit messages, or when the user mentions commits, git commits, or commit messages. Ensures commits follow the standard format for automated tooling, changelog generation, and semantic versioning.

company-analyzer

33
from aAAaqwq/AGI-Super-Team

> 企业深度分析引擎——多框架 LLM 分析,带缓存、成本追踪、速率限制

wemp-operator

33
from aAAaqwq/AGI-Super-Team

> 微信公众号全功能运营——草稿/发布/评论/用户/素材/群发/统计/菜单/二维码 API 封装

Content & Documentation

zsxq-smart-publish

33
from aAAaqwq/AGI-Super-Team

Publish and manage content on 知识星球 (zsxq.com). Supports talk posts, Q&A, long articles, file sharing, digest/bookmark, homework tasks, and tag management. Use when publishing content to 知识星球, creating/editing posts, uploading files/images/audio, managing digests, batch publishing, or formatting content for 知识星球.

zoom-automation

33
from aAAaqwq/AGI-Super-Team

Automate Zoom meeting creation, management, recordings, webinars, and participant tracking via Rube MCP (Composio). Always search tools first for current schemas.

zoho-crm-automation

33
from aAAaqwq/AGI-Super-Team

Automate Zoho CRM tasks via Rube MCP (Composio): create/update records, search contacts, manage leads, and convert leads. Always search tools first for current schemas.

ziliu-publisher

33
from aAAaqwq/AGI-Super-Team

字流(Ziliu) - AI驱动的多平台内容分发工具。用于一次创作、智能适配排版、一键分发到16+平台(公众号/知乎/小红书/B站/抖音/微博/X等)。当用户需要多平台发布、内容排版、格式适配时使用。触发词:字流、ziliu、多平台发布、一键分发、内容分发、排版发布。

zhihu-post-skill

33
from aAAaqwq/AGI-Super-Team

> 知乎文章发布——知乎平台内容创作与发布自动化