Agent skill

git-helper

Common git operations as a skill (status, pull, push, branch, log)

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/git-helper

Metadata

Additional technical details for this skill

openclaw
{
    "emoji": "\ud83d\udd00",
    "install": [],
    "requires": {
        "bins": [
            "git"
        ]
    }
}

SKILL.md

Git Helper

Common git operations as a skill. Provides convenient wrappers for frequently used git commands including status, pull, push, branch management, and log viewing.

Commands

bash
# Show working tree status
git-helper status

# Pull latest changes
git-helper pull

# Push local commits
git-helper push

# List or manage branches
git-helper branch

# View commit log with optional limit
git-helper log [--limit 10]

Install

No installation needed. git is always present on the system.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results