gcamp · git:20260708.a3ee500 · 2026-07-08 · sha256 fb86718829b9c577
gcamp git:20260708.a3ee500A
Immutable. This exact content is served forever at /api/v1/blob/fb86718829b9c577.
---
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).
---
Run:
```
bash <PLUGIN_ROOT>/scripts/smart_gcamp.sh --message "<commit msg>" [--repo <name|path>] [--branch <name>] [--target <branch>] [--files <a,b,c>]
```
Same preflight / staging / message rules as the `gcampr` skill (no `cd` prefix needed — `--repo` targets a subproject by name; add `--branch` on PROTECTED/INACTIVE branches; explicit `--files` or tracked-only; never `git add -A`; multi-line message → Write to `<repo>/.devloop/commit_msg` + `--message-file`). Does **not** create a PR/MR — but when the branch already has an in-flight (open) PR/MR, the message's body (lines after the subject) is **appended to its description** automatically, so write a short subject + a detail body as usual. Trust the `PLAN:` banner.
`<PLUGIN_ROOT>` → `${CLAUDE_PLUGIN_ROOT}` on Claude Code; `${PLUGIN_ROOT}` on Codex.