Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/git-command:push-prThis 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 -10Based on the above changes:
<type>/<short-description>, e.g. feat/add-user-auth)<type>(<scope>): <short description>
<body>
Types: feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert
Rules: lowercase, imperative mood, no period, max 72 chars. Add ! for breaking changes.-u flaggh pr create with:
## Summary
<1-3 bullet points>
## Test plan
<bulleted checklist>
You have the capability to call multiple tools in a single response. You MUST do all of the above in 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