Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub kosmoche/git-commandHow this skill is triggered — by the user, by Claude, or both
Slash command
/git-command:commitThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Current git status: !`git status`
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
git statusgit diff HEADgit branch --show-currentgit log --oneline -5 2>/dev/nullBased on the above changes, create a single git commit using Conventional Commits format.
<type>(<scope>): <short description>
<body>
<scope> is optional, describes the module or area affected (e.g. auth, api, ui)<short description> must be lowercase, imperative mood, no period at end, max 72 chars<body> is optional, use it only when the "why" is not obvious from the description! after type/scope: feat(api)!: remove legacy endpointYou have the capability to call multiple tools in a single response. Stage and create the commit using a single message. Do not use any other tools or do anything else. Do not send any other text or messages besides these tool calls.
$ARGUMENTS