소스 정보
- 저장소
- chchchadzilla/github-safe-push
- 최근 소스 활동
- 2026년 8월 14일 16:18
- 감지된 SKILL.md 언어
- 영어
- 스타
- 1
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/chchchadzilla/github-safe-push --skill github-safe-push명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | github-safe-push |
| description | Ship leak-proof GitHub repos with README and banner. |
| version | 0.2.1 |
| author | Chad Keith |
| license | MIT |
| platforms | ["linux","macos","windows"] |
| metadata | {"hermes":{"tags":["GitHub","git","push","secrets","identity","readme"],"related_skills":["github-auth","github-pr-workflow","github-repo-management"]}} |
How every Chad Keith project leaves this machine. Auth is github-auth. PRs are github-pr-workflow. Repo create/settings are github-repo-management. This skill is the ship: secrets stay off git, the remote stays clean, and the public page looks like a real product.
No exceptions. Skills, plugins, apps, scripts — if it is code, it gets a repo.
git push, first origin, or "publish this"Don't use for: minting a PAT, gh auth login, or reviewing a PR.
Shipped author fields say Chad Keith. Nothing else.
| Field | Value |
|---|---|
git user.name | Chad Keith |
git user.email | chad@conversatrait.com |
SKILL.md / plugin.yaml / LICENSE / package.json author | Chad Keith |
No Hermes Agent in author fields. No machine hostname. No C:\Users\... or /c/Users/... in README, examples, comments, or commit messages.
Set identity local to the repo unless asked for global:
terminal(command="git config user.name \"Chad Keith\" && git config user.email \"chad@conversatrait.com\"")
These never get git add, never get committed, never get pushed:
.env, .env.* except .env.examplelocal.env, .env.local, *.local, *.pem, id_rsa, id_ed25519, *.keyghp_, github_pat_, gho_, ghu_, ghs_, sk-, xai-, AKIA.gitignore must ignore the list above before the first commit. .env.example has empty or placeholder values only (GITHUB_TOKEN=, GITHUB_USERNAME=your-github-username).
Print env keys, never values. Never embed a token in a remote URL. Never write secrets into .git/config.
If the scan finds a secret: stop, unstage, rotate the key if it was ever printed, do not push.
Do this before the first push. Criterion: each box has a file or a live GitHub setting.
.gitignore covers env, keys, venv, OS junk. Criterion: git check-ignore -v .env local.env reports ignored.Copyright (c) <year> Chad Keith.package.json (and VERSION) at 0.1.0 for new work. Bump: patch = fix, minor = feature, major = break. Tag v<version>.## [0.1.0] - YYYY-MM-DD.assets/banner.png, landscape. Wordmarks and any banner with readable text must be rendered (PIL, SVG, or a real design tool). Diffusion/image-gen is a hard fail for text. slop-cop any graphic before commit. KILL = do not push.https://www.buymeacoffee.com/chadpkeith in the README (top and bottom) and .github/FUNDING.yml.v<version> with generated notes. That is the package.# <Name>
banner image
badges (license, version, platform)
star CTA + Buy Me a Coffee
What it is (3 sentences)
Requirements
Install (Windows / macOS / Linux)
Use
Config
Troubleshooting
Limits
License — Chad Keith
star CTA + Buy Me a Coffee (again)
Voice: installer docs, third person. Never "already done if I set it up" or a session recap.
git rev-parse --show-toplevel).scan clean or abort.https://github.com/<owner>/<repo>.git from env if needed. Criterion: HTTPS URL has no @ before github.com.gh if logged in, else GIT_ASKPASS from env, then delete the askpass file. Never remote set-url with a token.git status -sb; confirm .env / local.env untracked.has_discussions: true), set topics, create v<version> release.On Windows git-bash, pass C:/Users/<user>/... to native git -C, not /c/Users/<user>/....
.git/config.credential.helper store writes a plaintext token to disk. Prefer askpass for a one-shot push.auto_init: true on repo create fights the first push. Create empty, then push..env.example looks like a leak. Use empty values.git remote get-url origin is credential-freegit ls-files has no .env, local.env, or key filesChad Keith <chad@conversatrait.com>v* release