commit
스타10
포크1
업데이트2026년 5월 6일 20:29
Create a conventional commit for staged and unstaged changes
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SKILL.md
readonly메뉴
Create a conventional commit for staged and unstaged changes
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Run port CLI commands to manage configured Docker images and containers (run, stop, reset, commit, pull, remove, prune, list, config)
Tag and publish a new GitHub release, triggering the publish workflow (builds win-x64 binary and submits a winget update)
| name | commit |
| description | Create a conventional commit for staged and unstaged changes |
| user-invocable | true |
Run these in parallel:
git status (never use -uall)git diff and git diff --cached to see all changesgit log --oneline -10 to match existing commit stylegit add -A or git add ..env, tokens, credentials)Format: <type>: <short description>
Types:
feat — new feature or capabilityfix — bug fixrefactor — code change that neither fixes a bug nor adds a featuredocs — documentation onlystyle — formatting, whitespace, no code changetest — adding or updating testschore — build config, dependencies, toolingperf — performance improvementci — CI/CD pipeline changesRules:
Co-Authored-By trailer, nothing elsegit log --oneline stylegit commit -m "type: subject line here"
Run git status after committing to confirm success.