git-commit-push

git-commit-push is a skill for Claude Code, Codex from ZhaoYis/My-Skills. It costs 30 tokens per session (1,205 once invoked), scanned A, original, no licence file.

A coding-agent add-on for committing local code changes to Git and pushing those commits to a remote repository, such as one hosted for a team.

In plain words
What is it for?
Use it when you want to commit your changes and push them to the remote repository.
Why use it?
It handles the Git steps needed to save changes in project history and send them to the shared repository.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/zhaoyis/my-skills/git-commit-push
Any agent
npx skills add ZhaoYis/My-Skills --skill git-commit-push
Clone the repo
git clone --depth 1 https://github.com/ZhaoYis/My-Skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for git-commit-push

README.md
[![agentmods](https://agentmods.dev/badge/skills/zhaoyis/my-skills/git-commit-push.svg)](https://agentmods.dev/skills/zhaoyis/my-skills/git-commit-push)
Your own site
<a href="https://agentmods.dev/skills/zhaoyis/my-skills/git-commit-push"><img src="https://agentmods.dev/badge/skills/zhaoyis/my-skills/git-commit-push.svg" alt="Measured on agentmods" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,205 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00030 $0.01205
Opus 5 $0.00015 $0.00602
Sonnet 5 $0.00006 $0.00241
Haiku 4.5 $0.00003 $0.00120

Measured 3d ago against content hash b9c06879f573, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

git-commit-push scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

git-commit-push/SKILL.md · 185 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 185 lines · 30 tokens per session scan A b9c06879f573

Subscribe to this mod's changes

git-commit-push is a skill published in the GitHub repository ZhaoYis/My-Skills (2 stars, last pushed 4d ago), with no licence file. It adds 30 tokens to every session and 1,205 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

awesome-git-history-rebuild

Erases a repository's git history and rebuilds it as a curated commit series over the same tree: a split plan the user approves (proposed here, or supplied by awesome-commit-plan and validated first), the repo's own commit rules obeyed (commitlint, hooks, CONTRIBUTING), paced timestamps anchorable to the earliest…

khasky/awesome-agent-skills · 229 tokens

awesome-git-author-rewrite

Rewrites the author and committer identity on a commit — or on every commit carrying a wrong identity — and force-pushes it, safely: account-ownership and write-access checks, a verified mirror backup, a counted hash blast radius, and an explicit confirmation gate before anything irreversible. Takes a commit URL plus…

khasky/awesome-agent-skills · 228 tokens

awesome-commit-plan

Turns a codebase into a commit plan: a navigation map of its modules and their dependency direction, then a split where every commit builds and tests on its own, so the series is bisectable end to end. Each commit is verified by replaying the ladder in a scratch clone against the repository's own gates, never…

khasky/awesome-agent-skills · 240 tokens

awesome-git-history-reset

Erases a repository's entire git history and replaces it with a single fresh commit, then force-pushes — safely: access checks, a verified mirror backup, a secret scan, and an explicit confirmation gate before anything irreversible. Use when asked to 'wipe git history', 'squash all commits into one', 'reset history to…

khasky/awesome-agent-skills · 173 tokens

summarize-issue

After an issue is fixed and its MR is created, summarize the work in high-level markdown and post it as a comment on the GitLab issue.

encoreshao/encore-skills · 35 tokens

git-workflow

Trunk-based development with atomic commits, clean history, and meaningful commit messages. Every commit should be deployable.

DevelopersGlobal/ai-agent-skills · 27 tokens