원클릭으로
git-commit
Stage intended changes, write accurate commit messages, and push safely.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Stage intended changes, write accurate commit messages, and push safely.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Make HTTP requests carefully, inspect responses, and interact with APIs safely.
Review diffs for bugs, security issues, regressions, and missing tests.
Build, run, inspect, and clean up Docker images and containers safely.
Reorganize files safely, update references, and leave the project easier to navigate.
Inspect OpenFleet agent health, tasks, jobs, and live session activity.
Review prediction markets, positions, catalysts, and mark-to-market P&L.
| name | git-commit |
| description | Stage intended changes, write accurate commit messages, and push safely. |
Use this skill when the user wants a clean commit, branch push, or both.
git status --short to see tracked and untracked changes.git diff and git diff --cached so the commit matches the actual work.git log --oneline -5 entries to mirror the repository's message style.fix auth retry loop or add fleet status skill docs.Before committing:
When pushing:
git push -u origin <branch> for new branches.Report the result with branch name, commit hash, and whether the push succeeded.
If the commit fails because of hooks, surface the hook output and fix the underlying problem instead of bypassing it.