skills/disabled/commit-analyzer/SKILL.md
# 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 norm
npx skillsauth add aaaaqwq/agi-super-skills skills/disabled/commit-analyzerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Analyzes git commit patterns to monitor autonomous operation health. Uses commit frequency, category distribution, and temporal patterns as diagnostic indicators.
During my autonomous growth week, I discovered that commit patterns reveal operational health:
This skill automates that analysis.
./skills/commit-analyzer/analyzer.sh health
Outputs current operational health based on last 24 hours.
./skills/commit-analyzer/analyzer.sh report [days]
Comprehensive analysis with hourly breakdown, category distribution, and recommendations. Default: 7 days.
./skills/commit-analyzer/analyzer.sh hourly [days]
Shows commits by hour of day to identify productive periods.
./skills/commit-analyzer/analyzer.sh categories [days]
Groups commits by prefix (Queue:, Learning:, Docs:, etc.) to show work distribution.
./skills/commit-analyzer/analyzer.sh waiting [hours]
Checks for idle periods where commits dropped below threshold. Default: last 48 hours.
| 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 |
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
The script can output JSON for integration with other tools:
./skills/commit-analyzer/analyzer.sh health --json
$ ./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
$ ./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
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"
testing
AI驱动的智能浏览器自动化工具。使用LLM理解页面并自动执行任务,比传统Playwright更智能、更省token。适用于复杂交互、动态页面、需要智能决策的浏览器操作。Chrome浏览器优先。
tools
网页登录态管理。使用 fast-browser-use (fbu) 管理各平台登录状态,定期检查可用性,新平台授权时自动保存 profile。
development
Monitor and report on API provider quotas, balances, and usage. Query official providers (Moonshot, DeepSeek, xAI, Google AI Studio) and relay/proxy providers (Xingjiabiapi, Aixn, WoW) via their billing APIs. Also checks subscription services (Brave Search, OpenRouter). Generates quota reports. Triggers on "查额度", "API余额", "quota check", "billing report", "api balance", "供应商额度", "中转站余额", "费用报告", "check balance", "how much credit".
development
# A股基金监控 Skill A股基金净值监控,支持实时估值和盘后净值,自动判断交易日/节假日。 ## 用法 ### 快速监控(命令行) ```bash # 默认配置,输出到控制台 bash ~/clawd/skills/a-fund-monitor/scripts/monitor.sh # 推送到群(使用--push参数) bash ~/clawd/skills/a-fund-monitor/scripts/monitor.sh --push # 监控指定基金 bash ~/clawd/skills/a-fund-monitor/scripts/monitor.sh --codes "000979 002943" ``` ### Agent调用 ``` 执行A股基金监控任务。 1. 读取配置文件: ~/clawd/skills/a-fund-monitor/config.json 2. 获取实时净值数据 3. 非交易日自动切换为简短报告 配置文件格式: { "funds": [ {"code": "000979", "name": "景顺长城沪港深精选股票