dev-git-workflow

dev-git-workflow is a skill for Codex from vasilyu1983/AI-Agents-public. It costs 43 tokens per session (5,343 once invoked), scanned A, original, MIT.

A guide for designing how a team uses Git, the version-control system, for branches, code reviews, and releases.

In plain words
What is it for?
Use it to choose a branching model, isolate agent work with worktrees, define pull-request rules, and organize releases.
Why use it?
It helps teams choose consistent rules for parallel work, pull requests, merging, and releases instead of deciding them ad hoc.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Claude Code; mentions AGENTS.md; mentions Codex.

Not installable on its own: it runs a file from its repository that does not travel with it. Clone the repository, or install whatever ships that file. The line is bash ./scripts/git/feature-session.sh start onboarding-paywall --repos <backend-repo>,<ios-repo>.

Install

Getting it into your agent

There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.

Made for: 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 dev-git-workflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/vasilyu1983/ai-agents-public/dev-git-workflow.svg)](https://agentmods.dev/skills/vasilyu1983/ai-agents-public/dev-git-workflow)
Your own site
<a href="https://agentmods.dev/skills/vasilyu1983/ai-agents-public/dev-git-workflow"><img src="https://agentmods.dev/badge/skills/vasilyu1983/ai-agents-public/dev-git-workflow.svg" alt="Measured on agentmods" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,343 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.00043 $0.05343
Opus 5 $0.00022 $0.02671
Sonnet 5 $0.00009 $0.01069
Haiku 4.5 $0.00004 $0.00534

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

Security

Grade A, and why

dev-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 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.

frameworks/shared-skills/skills/dev-git-workflow/SKILL.md · 388 lines

How it starts

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

Git Workflow

Use this skill to choose a team Git model, define PR discipline, standardize commit and release rules, and set safe defaults for human and AI-assisted collaboration.

Bias toward modern delivery: GitHub Flow or trunk-based development for most teams, merge queues for busy repositories, worktrees for agent isolation, and release branches only when version support actually requires them. Git 2.55 (June 2026) is the current stable release; verify latest at git-scm.com. GitHub native stacked PRs (gh stack) remain private-preview and waitlist-gated as of this writing (entered preview April 2026, no GA date announced) — verify current status before recommending it as a default over Graphite, ghstack, or manual stacking.

Quick Reference

Need Default Reference
Pick a branching model GitHub Flow for most teams; trunk-based for high-concurrency teams references/branching-strategies.md
Run parallel agent or feature work safely one worktree per branch or agent references/ai-agent-worktrees.md
Implement repo-local agent delivery standardize start / gate / pr / finish plus worktree-safe scripts this skill, references/ai-agent-worktrees.md
Keep PRs reviewable small focused PRs or stacked diffs references/pr-best-practices.md, references/stacked-diffs-guide.md
Standardize commits and releases Conventional Commits plus automated release tooling references/commit-conventions.md, references/release-management.md
Keep merge safety high required checks, approvals, rulesets, merge queue references/automated-quality-gates.md
Debug bad merges or regressions conflict discipline, rebase hygiene, bisect references/conflict-resolution.md, references/git-bisect-debugging.md

Read the full file on GitHub · 388 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 · 388 lines · 43 tokens per session scan A 9b8f67b45818

Subscribe to this mod's changes

dev-git-workflow is a skill published in the GitHub repository vasilyu1983/AI-Agents-public (82 stars, last pushed 3d ago), licensed MIT. It adds 43 tokens to every session and 5,343 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-30.

Related

Other skills, from other repositories

agent-release-swarm

Agent skill for release-swarm - invoke with $agent-release-swarm.

ruvnet/ruflo · 19 tokens

agent-github-modes

Agent skill for github-modes - invoke with $agent-github-modes.

ruvnet/ruflo · 21 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

release

Prepare and publish stable Agent Lightning releases through the repository's version bump, pull-request checks, merge, tag, PyPI trusted-publishing, and versioned-documentation workflows. Use when asked to plan, cut, verify, or explain a release; treat nightly TestPyPI builds as a separate path.

microsoft/agent-lightning · 63 tokens

agent-framework-py-release

Use when cutting a Python release for the microsoft/agent-framework monorepo. Triggers on "bump py versions", "cut a python release", "prepare release PR for python", "release py packages", "bump python to X.Y.Z", or similar requests to bump Python package versions and prepare a release PR. Handles all four lifecycle…

microsoft/agent-framework · 103 tokens

tutti-app-release

Set up, review, run, or debug external repositories that publish a Tutti workspace app through the reusable Tutti App Release GitHub Actions workflow. Use for caller workflows, tutti.app.json manifests, @tutti-os/app-release-tools, S3/CloudFront release hosting, latest.json, versions.json, catalog.json, catalog-only…

tutti-os/tutti · 80 tokens