git-tracker
CommunityAutomate Git commits & pushes with intelligent messages.
Authornera0875
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Manually managing Git commits and pushes, especially during automated workflows, can be cumbersome and lead to inconsistent commit messages. This skill provides smart Git tracking and automation.
Core Features & Use Cases
- Auto-Commit Triggers: Automatically commits changes upon phase completion or feature milestones.
- Smart Commit Messages: Generates conventional commit messages (e.g.,
feat:,backend:,test:) by analyzinggit diff --stat. - Push Alerts: Notifies the user after a certain number of commits since the last push.
- Use Case: After the "VALIDATION" phase of a project is complete, this skill will automatically commit all changes with an intelligently generated message and propose a push, ensuring continuous version control without manual intervention.
Quick Start
Use the git-tracker skill to generate a smart commit message based on recent code changes.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: git-tracker Download link: https://github.com/nera0875/AGI/archive/main.zip#git-tracker Please download this .zip file, extract it, and install it in the .claude/skills/ directory.