원클릭으로
git-safe-operator
Inspect git status, diffs, branches, and prepare commits safely while preserving unrelated user changes.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Inspect git status, diffs, branches, and prepare commits safely while preserving unrelated user changes.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | git-safe-operator |
| description | Inspect git status, diffs, branches, and prepare commits safely while preserving unrelated user changes. |
| keywords | ["git","status","diff","commit","branch","stash","changes","repo","кoммит","дифф"] |
Use this skill when the user asks to inspect repository state, summarize diffs, prepare a commit, manage branches, or reason about git changes.
Protect user work. Inspect before acting, separate current-task changes from unrelated modifications, and never commit, push, reset, clean, or discard changes without explicit user instruction.
git status --short;git diff --name-only or git diff --stat;git diff -- <path> when needed.git commit -m "message" only after approval.When asked to prepare a commit message:
Add ..., Fix ..., Update ....git reset, git clean, force-push, rebase, or destructive checkout unless explicitly requested and confirmed.--no-pager or commands that print directly.Create and update debug MCUB userbot modules in app-debug using the MCUB module API, class-style modules, and inline form/callback docs.
Run, interpret, and fix MCUB debugger warnings and errors while preserving module behavior and build history.
Navigate and explain local MCUB documentation while routing module and API questions to the right sources and warning against Hikka assumptions.
Statically audit MCUB modules before release for safety, metadata, dependencies, commands, inline callbacks, and release readiness without editing code.
Route OpenAgent MCUB work across repo navigation, debugger fixes, module creation, release workflows, and skill registry management.
Validate, publish, index, commit, and push MCUB modules from debug builds into the MCUB module repository.