Commit current changes without pushing. Use when the user says "gcam" or wants to commit only.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add compforge/devloop --skill gcam --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Gcam?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/compforge-gcam)More formats (shields.io, HTML) on the badges page.
---
name: gcam
description: Commit current changes without pushing. Use when the user says "gcam" or wants to commit only.
---
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-only transaction:
Run:
```
bash <PLUGIN_ROOT>/scripts/smart_gcam.sh --message "<commit msg>" [--repo <name|path>] [--branch <name>] [--file <path>]...
```
Trust the `PLAN:` banner. After committing, ask whether to push (`gcamp`) or open a PR/MR
(`gcampr`).
`<PLUGIN_ROOT>` → `${CLAUDE_PLUGIN_ROOT}` on Claude Code; `${PLUGIN_ROOT}` on Codex.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!