git-manager

Installation
SKILL.md

Git Manager

Purpose

Ensures all commits follow the Semantic Commit standard (feat: ..., fix: ...) so the Leader/User can easily track progress.

Usage

1. Make a Commit

python .agent/skills/git-manager/scripts/commit.py --type feat --scope auth --msg "Add login endpoint"
# Output: feat(auth): Add login endpoint

2. View Log (Leader Report)

python .agent/skills/git-manager/scripts/log.py
Installs
2
GitHub Stars
57
First Seen
Mar 2, 2026
git-manager — nhqvu2005/vibegravitykit