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.
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.
[](https://agentmods.dev/skills/vasilyu1983/ai-agents-public/dev-git-workflow)<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>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.
| Model | Per session | Once 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 |
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.
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 |
What ships with it
24 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.
- agents/openai.yaml 347 B
- assets/ci-cd/github-pr-checks.yml 8.7 KB
- assets/ci-cd/gitlab-mr-checks.yml 7.6 KB
- assets/pull-requests/pr-template.md 9.3 KB
- assets/releases/release-workflow.md 13 KB
- assets/template-git-workflow-guide.md 3.3 KB
- data/sources.json 7.6 KB
- data/tweet-repos.json 28 KB
- learnings.consolidated.md 592 B
- learnings.md 953 B
- references/ai-agent-worktrees.md 19 KB
- references/automated-quality-gates.md 14 KB
- references/branching-strategies.md 15 KB
- references/commit-conventions.md 18 KB
- references/common-mistakes.md 16 KB
- references/conflict-resolution.md 16 KB
- references/git-bisect-debugging.md 9.5 KB
- references/git-hooks-automation.md 10 KB
- references/interactive-rebase-guide.md 6.0 KB
- references/monorepo-workflows.md 9.6 KB
- references/pr-best-practices.md 23 KB
- references/release-management.md 12 KB
- references/stacked-diffs-guide.md 19 KB
- references/validation-checklists.md 11 KB
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.
- 6d ago First seen · 388 lines · 43 tokens per session scan A 9b8f67b45818
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.
Other skills, from other repositories
agent-release-swarm
Agent skill for release-swarm - invoke with $agent-release-swarm.
agent-github-modes
Agent skill for github-modes - invoke with $agent-github-modes.
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.
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.
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…
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…