Install
openclaw skills install commit-analyticsAnalyzes git commit history for patterns, productivity metrics, and team insights via GitHub API
openclaw skills install commit-analyticsProvides deep insights into your git commit history using the GitHub API. Generates productivity reports, tracks coding patterns, and visualizes team contribution metrics.
export GITHUB_TOKEN=ghp_your_token_here
python scripts/analyze.py report owner/repo --token $GITHUB_TOKEN
python scripts/analyze.py author-stats owner/repo --token $GITHUB_TOKEN