원클릭으로
commit
Create a deliberate commit using the repo's canonical commit workflow and quality gates.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create a deliberate commit using the repo's canonical commit workflow and quality gates.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Quick grounding at session start. Read directives, memory, check practice box, apply session priority order, then discuss with user.
Create a well-formed commit for current changes with conventional message format.
Post-work consolidation: extract docs from plans, rotate napkin, check fitness, check practice box.
Canonical homing method for moving durable content out of ephemeral surfaces.
Run quality gates and fix all issues. All failures are blocking.
Re-ground and structure execution with ACTION/REVIEW/GROUNDING cadence.
| name | commit |
| classification | passive |
| description | Create a deliberate commit using the repo's canonical commit workflow and quality gates. |
Use this skill when preparing a commit.
.agent/commands/commit.md.agent/directives/principles.md.agent/rules/no-verify-requires-fresh-authorisation.mdgit status.git diff --staged and any related unstaged changes.uv run cz commit, or validate a manual message with uv run cz check.uv run ... surfaces when you need to re-run checks.uv run cz ... for commit creation and validation.