git-wrapup

git-wrapup is a skill for Claude Code, Codex from cyanheads/mcp-reporter. It costs 33 tokens per session (1,104 once invoked), scanned A, original, Apache-2.0.

A Git workflow for reviewing verified changes, updating the changelog and version, making logical local commits, and creating an annotated tag. Git is a version-control system, and a tag marks a specific project revision.

In plain words
What is it for?
Use it to review the full diff, confirm fixes and tests, choose a compatible version, update release notes, commit the work, and tag it locally.
Why use it?
It keeps the repository history and release information consistent while stopping before any remote push or publication.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions CLAUDE.md.

Good fit Use it to review the full diff, confirm fixes and tests, choose a compatible version, update release notes, commit the work, and tag it locally.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cyanheads/mcp-reporter/git-wrapup
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.

Any agent
npx skills add cyanheads/mcp-reporter --skill git-wrapup
Clone the repo
git clone --depth 1 https://github.com/cyanheads/mcp-reporter

Made for: Claude Code, 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 git-wrapup

README.md
[![agentmods](https://agentmods.dev/badge/skills/cyanheads/mcp-reporter/git-wrapup/github.svg)](https://agentmods.dev/skills/cyanheads/mcp-reporter/git-wrapup)
Your own site
<a href="https://agentmods.dev/skills/cyanheads/mcp-reporter/git-wrapup"><img src="https://agentmods.dev/badge/skills/cyanheads/mcp-reporter/git-wrapup/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for git-wrapup

Your own site · 80×15
<a href="https://agentmods.dev/skills/cyanheads/mcp-reporter/git-wrapup"><img src="https://agentmods.dev/badge/skills/cyanheads/mcp-reporter/git-wrapup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,104 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00033 $0.01104
Opus 5 $0.00016 $0.00552
Sonnet 5 $0.00007 $0.00221
Haiku 4.5 $0.00003 $0.00110

Measured today against content hash 0f605294132d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

git-wrapup 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 today.

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-wrapup/SKILL.md · 74 lines

How it starts

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

Git wrapup

Run only with explicit commit/wrapup authorization. Read CLAUDE.md and the full diff first. This workflow stops at a local commit/tag; publishing belongs to release-and-publish.

1. Review the work

Read status, diff, recent history and the last tag. Include complete pre-existing changes when authorized, but do not overwrite or sweep another active writer's work. Never stash or use a worktree. If nothing changed, stop.

Confirm every reported fix exists, tests cover it, and relevant GitHub issues have current bodies. Review code, tests, docs, package files and generated output together. Do not publish reports from private server configurations.

2. Establish the version

Read package.json and use the user's release instruction. Apply semver to this CLI and library: patches fix compatible behavior, minors add compatible functionality, majors cover incompatible public APIs, module formats or runtime floors. Honor the release line in CLAUDE.md; do not promote this package to 2.x without user authorization. Within an authorized line, document consumer-incompatible changes with breaking frontmatter and upgrade instructions. Surface a genuinely undecided version before creating release artifacts. The SDK version is not this package's version.

3. Synchronize identity

Update package.json, the Bun lockfile and README version badge together. src/version.ts reads package metadata for both executable entry points and the MCP handshake; do not introduce another version literal. Check all current docs for stale versions; leave historical changelogs unchanged. Keep the npm name unscoped as mcp-reporter.

4. Write the changelog

Use changelog/template.md to create changelog/<major.minor>.x/<version>.md with # <version> — YYYY-MM-DD. No Unreleased header.

Required frontmatter: a quoted one-line summary of at most 350 characters, breaking, and security. Write the summary last from the body. Security is true for fixes in this package's source, not dependency-only advisories. Optional agent-notes contain upgrade actions only.

Read the full file on GitHub · 74 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. today First seen · 74 lines · 33 tokens per session scan A 0f605294132d

Subscribe to this mod's changes

git-wrapup is a skill published in the GitHub repository cyanheads/mcp-reporter (12 stars, last pushed today), licensed Apache-2.0. It adds 33 tokens to every session and 1,104 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-09-09.

Related

Other skills, from other repositories

git-wrapup

Land working-tree changes as logical commits — the work grouped by concern, topped by a release commit (version bump, changelog, regenerated artifacts) and an annotated tag. Verify, commit, tag. Stops at "committed and tagged locally" — no push, no publish. The release-and-publish skill picks up from here. Distilled…

cyanheads/toolkit-mcp-server · 82 tokens

git-wrapup

Land working-tree changes as logical commits — the work grouped by concern, topped by a release commit (version bump, changelog, regenerated artifacts) and an annotated tag. Verify, commit, tag. Stops at "committed and tagged locally" — no push, no publish. The release-and-publish skill picks up from here. Distilled…

cyanheads/obsidian-mcp-server · 82 tokens

git-commit-push-pr

Commit, push, and create a PR. Prompts for branch and PR target using quick multi-choice questions. Lightweight alternative to /workflow-ship without preflight checks.

charlesjones-dev/claude-code-plugins-dev · 43 tokens

brpr

(devtools plugin) Create a branch, commit changes, push, and open a PR — or just commit+push+PR if already on a feature branch. Links related issues from GitHub or Linear based on project tracker config.

feniix/pi-extensions · 49 tokens

plate

Turn finished local work into a commit, an ordinary pull request, or a pull request stack. Use this skill to commit changes or to publish a branch. Use it to open or update a pull request. Use it to create, sync, restack, or submit a pull request stack. You can also run /plate. This skill owns all staging, commits…

paulnsorensen/easy-cheese · 106 tokens

ag-versionar-codigo

Gerencia git - branches, commits semanticos, PRs, releases e changelog. Use ao final de cada fase ou feature para manter historico limpo.

andregusman-raiz/a-gusman-claude · 40 tokens