Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-team-dev:git-pushThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
確認なしでgit pushを実行する。
確認なしでgit pushを実行する。
git branch --show-current で現在のブランチを確認git remote -v でリモートを確認git status でコミット済みかを確認(未コミットの変更があればgit-commitスキルに従いコミットする)git push を実行(上流ブランチ未設定なら -u origin <branch> を使用)--force や -f は使用しないgit pull --rebase してから再pushBash(git branch:*)Bash(git remote:*)Bash(git status:*)Bash(git push:*)Bash(git pull:*)npx claudepluginhub nanopx/nanopx-plugins --plugin agent-team-devCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.