git-flow-master

git-flow-master is a skill for Claude Code from upex-galaxy/agentic-qa-boilerplate. It costs 502 tokens per session (11,275 once invoked), scanned A, original, MIT.

A Git workflow that handles branches, commits, pushes, pull requests, conflicts, and large changes across different team branching models. It detects how the project manages branches and adapts its steps to that model.

In plain words
What is it for?
Use it to start work on a ticket, create branches, commit and push changes, open or plan pull requests, resolve merge conflicts, and split oversized changes into linked reviews.
Why use it?
Git operations can differ between a solo project, a trunk-based team, GitFlow, or an enterprise branch setup. This gives the agent one project-aware process for moving changes safely through review and integration.

Skill for Claude Code

Written for Claude Code: $ARGUMENTS substitution. Also seen: mentions Claude Code; installed under .agents/ (shared by several agents); mentions AGENTS.md.

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/upex-galaxy/agentic-qa-boilerplate/git-flow-master
Any agent
npx skills add upex-galaxy/agentic-qa-boilerplate --skill git-flow-master
Clone the repo
git clone --depth 1 https://github.com/upex-galaxy/agentic-qa-boilerplate

Made for: Claude Code.

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-flow-master

README.md
[![agentmods](https://agentmods.dev/badge/skills/upex-galaxy/agentic-qa-boilerplate/git-flow-master.svg)](https://agentmods.dev/skills/upex-galaxy/agentic-qa-boilerplate/git-flow-master)
Your own site
<a href="https://agentmods.dev/skills/upex-galaxy/agentic-qa-boilerplate/git-flow-master"><img src="https://agentmods.dev/badge/skills/upex-galaxy/agentic-qa-boilerplate/git-flow-master.svg" alt="Measured on agentmods" height="20"></a>
Per session 502 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 11,275 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.1 $0.00502 $0.11275
Opus 5 $0.00251 $0.05638
Sonnet 5 $0.00100 $0.02255
Haiku 4.5 $0.00050 $0.01128

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

Security

Grade A, and why

git-flow-master 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.

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.

.agents/skills/git-flow-master/SKILL.md · 535 lines

How it starts

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

Git Flow Master — One Skill for Branches, Commits, Pushes, PRs, and Conflicts

This skill is the project's single entry point for everything that happens on the version-control layer: creating branches, writing commits, pushing safely, opening pull requests, resolving conflicts, and planning chained / stacked PRs when a change outgrows the review budget.

It does not assume one branching model. The project may run on main only, on main + staging, on a multi-branch enterprise layout, or on any of the well-known flows (trunk-based, GitFlow, GitHub Flow, GitLab Flow). The skill detects which one is active and adapts every command accordingly. The detection is sticky: once resolved, the strategy is recorded in the git_strategy: block of .agents/project.yaml so future invocations skip the prompt.


When to use

Trigger on any of these intents — even without literal keywords:

  • "I want to start work on UPEX-123" → branch creation
  • "commit and push", "subir cambios", "push to main" → commit + push flow
  • "abrí un PR contra staging" → PR creation
  • "tengo conflictos al hacer pull" → conflict resolution
  • "este PR va a quedar enorme" → chained-PR planning hand-off
  • "qué estrategia de git usamos en este repo" → strategy detection / persistence
  • "el push fue rechazado" → diagnostic + recovery flow

If the user is asking about testing a ticket, authoring test cases, writing automated tests, or running regression suites — that is not this skill. Hand back to /sprint-testing, /test-documentation, /test-automation, or /regression-testing.


The six operations

Every git-flow-master invocation maps to one (or a sequence) of these six operations. Operation choice is driven by the user's request; strategy resolution shapes how each operation runs.

Read the full file on GitHub · 535 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. 6d ago First seen · 535 lines · 502 tokens per session scan A 7a76343a0c47

Subscribe to this mod's changes

git-flow-master is a skill published in the GitHub repository upex-galaxy/agentic-qa-boilerplate (21 stars, last pushed yesterday), licensed MIT. It adds 502 tokens to every session and 11,275 once invoked, about $0.0025 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-30.

Related

Other skills, from other repositories

git-safety

CRITICAL SAFETY SKILL - Use this skill before any Git operation that could lose commits, rewrite history, or affect shared branches. Activate when the user wants to force push, reset hard, rebase, clean, or perform any destructive Git operation. This skill prevents loss of work through verification and confirmation.

latestaiagents/agent-skills · 67 tokens

commit-message-crafter

Use this skill when writing Git commit messages. Activate when the user asks about commit message format, conventional commits, how to write good commit messages, commit message best practices, or when they're about to commit changes and need help crafting the message.

latestaiagents/agent-skills · 56 tokens

agentic-jujutsu

Quantum-resistant, self-learning version control for AI agents with ReasoningBank intelligence and multi-agent coordination.

ruvnet/ruflo · 26 tokens

github-automation

GitHub workflow automation, PR management, issue tracking, and code review coordination. Integrates with GitHub Actions and repository management. Use when: PR creation, code review, issue management, release automation, workflow setup. Skip when: local-only changes, non-GitHub repositories.

ruvnet/ruflo · 61 tokens

git-integration

Git commit patterns, formats, and conventions for GSD methodology. Provides atomic commits per task, structured commit messages, planning file commits, branch management, and milestone tag operations.

a5c-ai/babysitter · 39 tokens

audit-trail

Full traceability from PRD to code commit through the CCPM spec-driven pipeline.

a5c-ai/babysitter · 0 tokens