How 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`
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
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub kosmoche/git-command