원클릭으로
git-push
Push commits to remote after scanning for secrets. Use when the user asks to push commits with `git push`.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Push commits to remote after scanning for secrets. Use when the user asks to push commits with `git push`.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Create a GitHub issue with an auto-generated description. Use when the user asks to open an issue for a bug, feature request, or task.
Create a pull request with an auto-generated description. Use when the user asks to open a PR for the current branch's changes.
Force-delete every favorited world on the authenticated VRChat account via VRChat's REST API. Use when the user asks to purge, clear, wipe, or delete all their VRChat favorite worlds.
Create a new git commit for staged changes. Use when the user asks to commit staged changes with an auto-generated Conventional Commits message, or when Claude Code itself wants to run `git commit`.
Verify that git user.name and user.email are configured. Use automatically before any git operation that requires identity (commits, rebases, cherry-picks, etc.), and when the user asks to check or verify their git identity.
Instruct to suggest alternative commands for `rm`, `find`, and `grep`. Use when Claude Code started, and you want to run `rm`, `find`, or `grep`, and the corresponding alternative is installed in the environment — `rm-dust` for `rm`, `fd` (or `fd-find`) for `find`, `rg` for `grep`.
| name | git-push |
| description | Push commits to remote after scanning for secrets. Use when the user asks to push commits with `git push`. |
| allowed-tools | Bash(git status:*), Bash(git log:*), Bash(git diff:*), Bash(git push:*) |
Push commits to remote after scanning for sensitive information.
git log and git diff to inspect the commits to be pushedgit push if nothing suspicious was found (or user confirms)Before pushing, check the unpushed commits (diff against remote) for:
ghp_, gho_, AKIA, sk-, xox, or matching -----BEGIN.*PRIVATE KEYAPI_KEY=, _SECRET=, _TOKEN=, PASSWORD=/Users/<name>/ or /home/<name>/ (prefer ~)If any of the above are found, do not push. Use AskUserQuestion to present these options:
Only proceed if the user selects "Push as-is", or if nothing suspicious was found.
--force) without explicit user requestmain or master without explicit user requestgit push