# Github Sync Gate

> Enforce this repository's local-review-first GitHub sync policy. Use when Codex is preparing, validating, staging, committing, pushing, or opening a pull request for this repository and must wait for the exact approval phrase before any remote write.

- Skill: `r6410418/github-sync-gate` (Agent Skill)
- Install (CLI): `npx skillmds@latest add r6410418/github-sync-gate`
- Raw SKILL.md: https://api.skillmd.com/api/skills/r6410418/github-sync-gate/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: r6410418 (https://skillmd.com/u/r6410418)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/r6410418/github-sync-gate

---


# GitHub Sync Gate

Remote writes are forbidden until the user sends exactly:

```text
同步
```

Do not treat any other approval phrase as sync approval.

## Before Sync

After exact approval and before any remote write:

1. Re-run privacy scans.
2. Re-run repository-relative Markdown link validation.
3. Re-run syntax checks.
4. Re-run `git diff --check`.
5. Inspect staged files for tokens, private paths, private SSH aliases, logs, caches, datasets, model weights, GGUF files, safetensors files, and checkpoints.
6. Fetch the latest remote state and handle divergence safely.

## Push Policy

- Never force-push.
- Prefer a direct push to `main` only when the local integration can be applied safely and the remote branch has not diverged.
- If direct push is unsafe or blocked, push the feature branch and open a pull request.
- Report the pushed branch, commit hash, and remote result.
- Never publish Hugging Face models merely because GitHub sync was approved.

