원클릭으로
commit
Create a well-formatted git commit with conventional commit messages
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create a well-formatted git commit with conventional commit messages
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | commit |
| description | Create a well-formatted git commit with conventional commit messages |
| argument-hint | [message] |
When creating commits:
Stage only relevant changes (use git add -p for partial staging if needed)
Write clear, conventional commit messages following the format:
feat: for new featuresfix: for bug fixesdocs: for documentation changesrefactor: for code refactoringtest: for test additions/changeschore: for maintenance tasksIf $ARGUMENTS is provided, use it as the commit message
Otherwise, analyze staged changes and generate an appropriate message
Always show the user the proposed commit before executing
Debug issues using E2E tests, log analysis, and dev server management
Query ClickHouse observability logs over HTTP API
Iterate on bug hypotheses using Playwright repro scripts, structured logs, and source code analysis
Address unresolved inline diff comments and mark them resolved
Run a long task across multiple agent contexts using breadcrumb progress files
Recursively decompose a task into sub-plans with dependency ordering, then execute in topological waves