git-workflow-automation

git-workflow-automation is a skill for Claude Code, Codex from JPeetz/agent-skills. It costs 103 tokens per session (2,192 once invoked), scanned A, original, no licence file.

A skill for automating common Git work. Git records code changes, while branches, pull requests, changelogs, and releases organize collaboration and delivery.

In plain words
What is it for?
Use it to create commit messages and branch names, write pull-request descriptions and changelogs, resolve merge conflicts, and prepare releases.
Why use it?
It reduces the manual writing and coordination needed around code changes and releases.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to create commit messages and branch names, write pull-request descriptions…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jpeetz/agent-skills/git-workflow-automation
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.

Any agent
npx skills add JPeetz/agent-skills --skill git-workflow-automation
Clone the repo
git clone --depth 1 https://github.com/JPeetz/agent-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-workflow-automation

README.md
[![agentmods](https://agentmods.dev/badge/skills/jpeetz/agent-skills/git-workflow-automation.svg)](https://agentmods.dev/skills/jpeetz/agent-skills/git-workflow-automation)
Your own site
<a href="https://agentmods.dev/skills/jpeetz/agent-skills/git-workflow-automation"><img src="https://agentmods.dev/badge/skills/jpeetz/agent-skills/git-workflow-automation.svg" alt="Measured on agentmods" height="20"></a>
Per session 103 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,192 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00103 $0.02192
Opus 5 $0.00051 $0.01096
Sonnet 5 $0.00021 $0.00438
Haiku 4.5 $0.00010 $0.00219

Measured 6d ago against content hash d6df9a0e0e7a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

git-workflow-automation 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 6d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/generate-changelog.sh, scripts/next-version.sh, scripts/validate-commits.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/git-release/git-workflow-automation/SKILL.md · 269 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

Files

What ships with it

9 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 6d ago First seen · 269 lines · 103 tokens per session scan A d6df9a0e0e7a

Subscribe to this mod's changes

git-workflow-automation is a skill published in the GitHub repository JPeetz/agent-skills (5 stars, last pushed 6d ago), with no licence file. It adds 103 tokens to every session and 2,192 once invoked, about $0.0005 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

git-workflow

Use when naming or scoping a branch, writing or fixing a commit message, picking the gitmoji for a commit, untangling history (rebase versus merge versus squash), or cutting a versioned release — the portable git-convention layer for any repo. Covers gitmoji + Conventional Commits, SemVer tags, branch hygiene…

ericrisco/rsc-harness · 127 tokens

conventional-commits

Write well-structured conventional commit messages. Use when committing code changes to ensure consistent, parseable commit history that enables automated changelogs and semantic versioning.

asgarovf/locusai · 38 tokens

changelog-generator

Generate beautiful CHANGELOG.md from git commits following Keep a Changelog format.

glincker/claude-code-marketplace · 18 tokens

commit-pr

Mandatory Codex/Copilot publication adapter for opencode-swarm. Use for every GitHub issue assignment that results in code changes, commits, pushes, draft PRs, PR body edits, PR readying, release notes, or CI closeout. Must be loaded before git push, gh pr create, gh pr edit, or gh pr ready. Routes to the single…

ZaxbyHub/opencode-swarm · 100 tokens

git-workflow

Guides you through Git workflows — branching strategies, commit conventions, merge conflict resolution, and release management. Use when working with Git repositories or when the user asks about version control best practices.

ownpilot/OwnPilot · 42 tokens

changelog-automation

Git history'den otomatik changelog, semantic versioning, release notes, conventional commits.

vibeeval/vibecosystem · 23 tokens