git

Automate Git workflows with an interactive task picker.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/onepunch-tk/cc-test-notion-invoice-web --skill git-onepunch-tk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git
Source: https://github.com/onepunch-tk/cc-test-notion-invoice-web/tree/main/.claude/skills/git
Command: npx skills add https://github.com/onepunch-tk/cc-test-notion-invoice-web --skill git-onepunch-tk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Git automation and workflow coordination without manual command recall by providing an interactive UI to choose common operations.

Core Features & Use Cases

  • Interactive task picker for Git operations (commit, push, sync, merge)
  • Deterministic execution with consistent commit messages guided by Conventional Commits in the references
  • Hands-off prompts using AskUserQuestion to disambiguate messages and branches

Quick Start

Invoke /git to open the interactive task selector and perform the chosen operation.

Frequently Asked Questions about git

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate git workflows without remembering commands?

Automate git workflows using an interactive task picker that provides UI prompts for common operations like committing, pushing, syncing, and merging. You select the desired action from a menu instead of manually recalling syntax.

Can I use interactive prompts to manage git commit messages?

Yes, you can use interactive prompts to manage git commit messages by disambiguating inputs during the commit process. The workflow guides you with hands-off prompts to ensure consistent Conventional Commits formatting.

What is the best way to sync git history and merge feature branches interactively?

The best way to sync history and merge branches is through a deterministic interactive task selector that handles daily development operations. It parses your arguments to determine the specific sync and merge actions to execute.

Does this git automation tool require external dependencies?

No, this git automation tool does not require external dependencies to function. It operates by parsing arguments and using built-in UI prompts to coordinate your workflow without additional packages.