# Silk Code GitHub Integration

## Connect

```bash
silkcode connect github
```

Install the Silk Code GitHub App and approve the browser code. A configured `GITHUB_TOKEN` can also be verified.

## Shipping

- `/push` — push when explicitly requested
- `--auto-push` — push after each completed turn
- `github_create_pr` — create draft PRs, read issues, and merge after approval

## Commit provenance

```text
Co-Authored-By: Silk Code <agent@silkcode.dev>
X-Silk-Model: deepseek/deepseek-chat
X-Silk-Session: 42
```

Find agent-assisted commits with `git log --grep=X-Silk-Model`.
