gcamp · git:20260812.29886c9 · 2026-08-12 · sha256 06a7b6a834323fc5

gcamp git:20260812.29886c9A

Immutable. This exact content is served forever at /api/v1/blob/06a7b6a834323fc5.

---
name: gcamp
description: Commit current changes and push, without creating a pull/merge request. Use when the user says "gcamp" or wants to commit + push (e.g. add a commit to an existing PR/MR branch).
---

Read the shared branch/mutation rules in [`git-ops`](../git-ops/SKILL.md) and the
[commit flow](../git-ops/references/commit-flow.md). Select the commit-and-push transaction:

Run:

```
bash <PLUGIN_ROOT>/scripts/smart_gcamp.sh --message "<commit msg>" [--repo <name|path>] [--branch <name>] [--target <branch>] [--files <a,b,c>]
```

This does not create a PR/MR. Trust the `PLAN:` banner.

`<PLUGIN_ROOT>` → `${CLAUDE_PLUGIN_ROOT}` on Claude Code; `${PLUGIN_ROOT}` on Codex.