cleanup-back-to-main

cleanup-back-to-main is a command for Gemini CLI from google-gemini/gemini-cli. It costs 0 tokens per session (178 once invoked), scanned A, original, Apache-2.0.

A Git cleanup command for returning from the current branch to the main branch, updating it, and deleting the finished branch.

In plain words
What is it for?
Use it after completing work on a Git branch when you want to return to main and clean up the old branch.
Why use it?
It organizes the end of a branch-based task by handling the final branch switch, update, and removal in one workflow.

Command for Gemini CLI

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 commands/google-gemini/gemini-cli/cleanup-back-to-main
Clone the repo
git clone --depth 1 https://github.com/google-gemini/gemini-cli

Made for: Gemini CLI.

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 cleanup-back-to-main

README.md
[![agentmods](https://agentmods.dev/badge/commands/google-gemini/gemini-cli/cleanup-back-to-main.svg)](https://agentmods.dev/commands/google-gemini/gemini-cli/cleanup-back-to-main)
Your own site
<a href="https://agentmods.dev/commands/google-gemini/gemini-cli/cleanup-back-to-main"><img src="https://agentmods.dev/badge/commands/google-gemini/gemini-cli/cleanup-back-to-main.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 178 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.00000 $0.00178
Opus 5 $0.00000 $0.00089
Sonnet 5 $0.00000 $0.00036
Haiku 4.5 $0.00000 $0.00018

Measured 2d ago against content hash 33c1d6e5f108, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

cleanup-back-to-main 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 2d 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.

Origin

Copies of this mod

2 near-identical copies found in the catalogue:

.gemini/commands/github/cleanup-back-to-main.toml · 14 lines

What it actually says

description = "Go back to main and clean up the branch."

prompt = """ I'm done with the work on this branch, and I'm ready to go back to main and clean up.

Here is the workflow I'd like you to follow:

  1. Get Current Branch: First, I need you to get the name of the current branch and save it.
  2. Branch Check: Check if the current branch is main. If it is, I need you to stop and let me know.
  3. Go to Main: Next, I need you to checkout the main branch.
  4. Pull Latest: Once you are on the main branch, I need you to pull down the latest changes to make sure I'm up to date.
  5. Branch Cleanup: Finally, I need you to delete the branch that you noted in the first step. """
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. 2d ago First seen · 14 lines · 0 tokens per session scan A 33c1d6e5f108

Subscribe to this mod's changes

cleanup-back-to-main is a command published in the GitHub repository google-gemini/gemini-cli (106,799 stars, last pushed today), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 178 tokens. 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-02.