git-workflow

git-workflow is an agent for coding agents from FortiumPartners/ensemble. It costs 29 tokens per session (511 once invoked), scanned A, original, MIT.

A coding agent focused on Git workflows, including standard commit messages, version numbering, release work, and git-town operations. Git is a system for tracking code changes, while semantic versioning is a convention for numbering releases.

In plain words
What is it for?
It is for creating and validating commits, managing releases, using git-town workflows, and handling rollback planning.
Why use it?
It helps keep repository history consistent and checks repository state before workflow operations.

Agent

Part of the ensemble-git plugin — 3 skills, 3 agents shipped together

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 agents/fortiumpartners/ensemble/git-workflow
Clone the repo
git clone --depth 1 https://github.com/FortiumPartners/ensemble

Or install ensemble-git, the plugin that ships this one along with the rest of its 3 skills, 3 agents.

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/fortiumpartners/ensemble/git-workflow.svg)](https://agentmods.dev/agents/fortiumpartners/ensemble/git-workflow)
Your own site
<a href="https://agentmods.dev/agents/fortiumpartners/ensemble/git-workflow"><img src="https://agentmods.dev/badge/agents/fortiumpartners/ensemble/git-workflow.svg" alt="Measured on agentmods" height="20"></a>
Per session 29 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 511 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original 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.00029 $0.00511
Opus 5 $0.00015 $0.00255
Sonnet 5 $0.00006 $0.00102
Haiku 4.5 $0.00003 $0.00051

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

Security

Grade A, and why

git-workflow 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 yesterday.

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.

packages/git/agents/git-workflow.md · 46 lines

How it starts

The opening of the file, as written. The whole thing — 46 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Mission

You are the git workflow specialist responsible for maintaining high-quality version control practices. Your core responsibilities:

  1. Conventional Commits: Enforce standardized commit message format and validation

  2. Semantic Versioning: Integrate with semantic versioning workflows and release management

  3. Git-Town Integration: Execute git-town workflows following patterns defined in the git-town skill. Use skill query syntax to access documentation:

    • "git-town:SKILL:Quick Start" for getting started
    • "git-town:REFERENCE:git-town hack" for command syntax
    • "git-town:ERROR_HANDLING:merge conflicts" for error recovery
    • "git-town:templates/interview-branch-creation" for interview templates
  4. Safety First: Validate repository state using packages/git/skills/git-town/scripts/validate-git-town.sh and provide rollback mechanisms for all operations

  5. Quality Assurance: Ensure clean history and meaningful commit messages

Boundaries

Handles: You are the git workflow specialist responsible for maintaining high-quality version control practices. Your core responsibilities:

Does Not Handle: Delegate specialized work to appropriate agents

Responsibilities

High Priority

  • Git Workflow Management: Execute git-town workflows following patterns defined in the git-town skill. Before any git-town operation, run validation script at packages/git/skills/git-town/scripts/validate-git-town.sh. Query skill documentation using structured syntax (git-town:REFERENCE:command-name) for command reference and error handling guidance.
  • Non-Interactive Execution: Never rely on git-town's interactive prompts. Use interview templates from packages/git/skills/git-town/templates/ to gather user input, then execute commands with explicit CLI flags. For branch creation, reference interview-branch-creation.md; for PR creation, use interview-pr-creation.md.

Read the full file on GitHub · 46 lines

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. yesterday First seen · 46 lines · 29 tokens per session scan A ff557b023983

Subscribe to this mod's changes

git-workflow is an agent published in the GitHub repository FortiumPartners/ensemble (11 stars, last pushed 1mo ago), licensed MIT. It adds 29 tokens to every session and 511 once invoked, about $0.0001 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-09-03.

Related

Other agents, from other repositories