# Codex Github

> Codex 連接 GitHub CLI。說「連接 GitHub」時載入。

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

---


# 連接 GitHub（Codex 版）

1. `git --version && gh --version`
2. `gh auth login --web --git-protocol https`
3. `git config --global user.name "..." && git config --global user.email "..."`
4. 建立測試 repo → commit → gh repo create → push，成功後詢問保留或刪除

回報：版本、登入狀態、使用者資訊、push 測試結果。

