A command-line tool for generating detailed visualizations and time-based distribution analysis of Git repository commits.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install gitstats
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install gitstats using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Pywayne Git Commit Stats is a specialized utility designed for developers and team leads who need to understand engineering velocity and temporal commit patterns within their repositories. By extracting and processing Git history, the skill transforms raw commit logs into intuitive visual reports that highlight activity trends over days, hours, and weekdays. This tool is a valuable addition to the Openclaw Skills collection, enabling data-driven insights into how and when code is being contributed to a project.
Whether you are auditing a single branch or performing a comprehensive analysis across an entire repository, this skill automates the complex task of timezone conversion and data aggregation. It provides a professional-grade visualization suite that helps teams identify peak productivity windows and potential bottlenecks in the development lifecycle.
To use this skill, ensure you have Git and Python installed on your system. The tool relies on pandas and matplotlib for data processing and visualization.
# Install the necessary package
pip install pywayne
# Run a basic analysis on your current repository
gitstats
# Run analysis and save the output to a specific file
gitstats --save development_activity.png
The skill organizes repository data into several visual dimensions to provide a holistic view of activity. The following table describes the data points captured in the output charts:
| Visualization Type | Description |
|---|---|
| Commits per Day | A line chart tracking the volume of commits over the specified calendar period. |
| Commits by Hour | A 24-hour bar chart showing which hours of the day see the most code submissions. |
| Commits by Weekday | A bar chart distributing commits across Monday through Sunday. |
| Activity Heatmap | A 2D matrix visualizing the intersection of Weekdays and Hours for precise peak identification. |
-p flag for rapid analysis without file generation.Loading
A specialized CLI utility designed to fetch, build, and install C++ libraries and tools from a centralized cpp_tools repository.

A Python-based utility for calculating and visualizing geometric boundaries including convex hulls, concave hulls, and minimum bounding rectangles for 2D datasets.

A specialized digital signal processing toolkit for Python designed to handle noise suppression, peak detection, and complex time-series analysis.

A sophisticated reasoning framework that applies the ReAct-Plan methodology to decompose complex tasks into structured, iterative analysis.

A Python-based Windows automation toolkit for registering global system hotkeys and performing advanced window management operations.

A robust configuration management utility for Python projects that enables seamless parameter sharing across files and processes using centralized YAML files.








































