git-manager

star 54

Semantic Commits & Branch Strategy for Leader visibility.

Nhqvu2005 By Nhqvu2005 schedule Updated 2/13/2026

name: git-manager description: Semantic Commits & Branch Strategy for Leader visibility.

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
Install via CLI
npx skills add https://github.com/Nhqvu2005/VibeGravityKit --skill git-manager
Repository Details
star Stars 54
call_split Forks 20
navigation Branch main
article Path SKILL.md
More from Creator