Now Push
Description
--- description: 自動執行 git add + commit + push,commit message 用固定格式繁體中文 --- 立即依序執行以下動作,全程不詢問確認: ## 執行流程 1. `git status` 檢查有無變更,若工作區乾淨直接回報「無變更可推送」並停止 2. `git diff` 和 `git diff --staged` 讀取完整變更內容 3. `git log -5 --oneline` 看近期 commit 風格作為參考 4. `git add .` 5. 依下列**固定格式**生成 commit message 6. `git commit -m "<header>" -m "<body>" -m "Co-Authored-By: <當前模型全名> <noreply@anthropic.com>"`(固定三個 -m,trailer 不可省略;模型全名從本次 session 的系統資訊動態取得,格式如 `Claude Sonnet 4.6`、`Claude Opus 4.7`、`Claude Haiku 4.5`) 7. `git
Installation
Installs to ~/.claude/skills/bcneal666-.claude-now-push/SKILL.md
mkdir -p ~/.claude/skills/bcneal666-.claude-now-push && curl -fsSL https://raw.githubusercontent.com/bcneal666/.claude/HEAD/commands/now-push.md -o ~/.claude/skills/bcneal666-.claude-now-push/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Epic Sync
Sync epic issue bodies, labels, and local coordination snapshots from GitHub.
Git 使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git