---
title: /skill:gca
description: Pi-adapted smart git staging and commit skill.
---

# /skill:gca

**Status:** pi-adapted.

Stages and commits changes with smart grouping. Runs autonomously without confirmation prompts.

## Usage

```text
/skill:gca
/skill:gca #86
/skill:gca https://github.com/owner/repo/issues/86
```

## Modes

- **yoke-flow:** commit the relevant `docs/ai/` artifact for the current stage.
- **standalone:** commit the whole working tree in atomic groups.

## Rules

- English Conventional Commit messages.
- Format: `TICKET type(SLUG): description`.
- Stage files by explicit path.
- Exclude only untracked secrets, credential files, and >1MB binaries.

## References

- [`commit-convention.md`](https://github.com/yokeloop/yoke-pi/blob/main/skills/gca/reference/commit-convention.md)
- [`staging-strategy.md`](https://github.com/yokeloop/yoke-pi/blob/main/skills/gca/reference/staging-strategy.md)
