# Gcts

> Git 启用变更传输系统 (gCTS)

- Skill: `williamcorrea23/gcts` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add williamcorrea23/gcts`
- Raw SKILL.md: https://api.skillmd.com/api/skills/williamcorrea23/gcts/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: williamcorrea23 (https://skillmd.com/u/williamcorrea23)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/williamcorrea23/gcts

---


# Gcts Skill

## 说明

Git 启用变更传输系统 (gCTS)

## 使用场景

### 场景1: repolist

**用户需求**: "执行 gcts 的 repolist"

**Skill 调用**:
```json
{
  "tool": "gcts_repolist",
  "parameters": {
    "object_name": "EXAMPLE_OBJECT"
  }
}
```

## CLI 命令对照

| Skill 工具 | CLI 命令 |
|-----------|---------|
| gcts_repolist | `sapcli gcts repolist <object_name>` |
| gcts_clone | `sapcli gcts clone <object_name>` |
| gcts_checkout | `sapcli gcts checkout <object_name>` |
| gcts_log | `sapcli gcts log <object_name>` |
| gcts_pull | `sapcli gcts pull <object_name>` |
| gcts_commit | `sapcli gcts commit <object_name>` |
| gcts_delete | `sapcli gcts delete <object_name>` |
| gcts_config | `sapcli gcts config <object_name>` |

