git-pr-strategy

git-pr-strategy is a skill for Claude Code, Codex from vmobifystudio/app-dev-team. It costs 26 tokens per session (350 once invoked), scanned A, original, MIT.

A set of rules for managing branches, commits, pull requests, conflicts, merges, rollbacks and release tags. A pull request is a proposed code change that another developer reviews before merging.

In plain words
What is it for?
It helps teams isolate work, create reviewable commits, resolve conflicts, assign review ownership and record how to undo a release.
Why use it?
It reduces accidental changes, unclear history, stale reviews and unsafe releases.

Skill for Claude CodeCodex

Part of the app-dev-team plugin — 32 skills, 27 commands, 30 agents, 2 hooks 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 skills/vmobifystudio/app-dev-team/git-pr-strategy
Any agent
npx skills add vmobifystudio/app-dev-team --skill git-pr-strategy
Clone the repo
git clone --depth 1 https://github.com/vmobifystudio/app-dev-team

Made for: Claude Code, Codex.

Or install app-dev-team, the plugin that ships this one along with the rest of its 32 skills, 27 commands, 30 agents, 2 hooks.

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-pr-strategy

README.md
[![agentmods](https://agentmods.dev/badge/skills/vmobifystudio/app-dev-team/git-pr-strategy.svg)](https://agentmods.dev/skills/vmobifystudio/app-dev-team/git-pr-strategy)
Your own site
<a href="https://agentmods.dev/skills/vmobifystudio/app-dev-team/git-pr-strategy"><img src="https://agentmods.dev/badge/skills/vmobifystudio/app-dev-team/git-pr-strategy.svg" alt="Measured on agentmods" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 350 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.00026 $0.00350
Opus 5 $0.00013 $0.00175
Sonnet 5 $0.00005 $0.00070
Haiku 4.5 $0.00003 $0.00035

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

Security

Grade A, and why

git-pr-strategy 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.

skills/git-pr-strategy/SKILL.md · 30 lines

What it actually says

Git and PR strategy

Use for every code or documentation change that will be reviewed, merged, released, reverted, or shared with another agent. Read knowledge/git-workflow.md and agent-isolation first.

Lifecycle

  1. Run context preflight and confirm the base branch, ticket, worktree, and dirty-tree state.
  2. Use one worktree per writing agent and one ticket per branch. Never stage blindly.
  3. Keep commits coherent and reversible: implementation, tests, docs, and generated artifacts should be distinguishable when that helps review. Do not rewrite another agent's branch.
  4. Before review, update from the declared integration branch and rerun the relevant gates. A review is stale when the source commit or required evidence changes.
  5. The reviewer owns the verdict; the author fixes findings. No self-approval, no merge on a summary, and no merge while required checks are unknown.
  6. Resolve conflicts by reading both sides and the governing spec. Never choose “ours” or “theirs” blindly. If the conflict changes behavior or contract, escalate to the owner of that contract.
  7. Record the merge commit/tag, checks, evidence bundle, and rollback/revert path in the release record.

Communication

Use the team ledger for material decisions, blockers, escalations, and handoffs. State what changed, what was verified, what remains unknown, and the exact next action. Do not hide a failed command behind “could not run”; name the missing toolchain or input.

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 · 30 lines · 26 tokens per session scan A 9951cc7baf0f

Subscribe to this mod's changes

git-pr-strategy is a skill published in the GitHub repository vmobifystudio/app-dev-team (4 stars, last pushed 25d ago), licensed MIT. It adds 26 tokens to every session and 350 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 skills, from other repositories

git-workflow

Branch naming, commit message format, and PR conventions. Use when making git commits or creating PRs.

coltonkirsten/nexus · 25 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

deploy-steward

Mainline deploy steward. Consumes ready PRs, owns a lease on mainline landing, refreshes PR state, updates stale branches, waits for CI and deploy gates, merges or queues one candidate at a time, and opens repair tasks for failures.

SethGammon/Citadel · 56 tokens

release

Prepare, cut, and verify a warren release — tracker audits, version bump, CHANGELOG curation, ROADMAP update, push, then watch the pipeline through to published artifacts.

jayminwest/warren · 39 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