Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-team-dev:git-commitThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
確認なしでgitコミットを作成する。
確認なしでgitコミットを作成する。
git status と git diff HEAD で変更内容を把握git log --oneline -5 で直近のコミットメッセージのスタイルを確認git add でステージングgit commit を実行feat:, fix:, refactor:, docs:, test:, chore: などのprefixを使用<type>(<scope>): <subject>
<body(必要な場合のみ)>
Bash(git status:*)Bash(git diff:*)Bash(git log:*)Bash(git add:*)Bash(git commit:*)Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub nanopx/nanopx-plugins --plugin agent-team-dev