원클릭으로
writing-commit-messages
Uses Linux kernel commit message guidelines. Use when writing or editing Git commit messages.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Uses Linux kernel commit message guidelines. Use when writing or editing Git commit messages.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Prepares and tags Rush releases using semantic versions, checked-in release notes, and guarded verification. Use when drafting release notes, cutting a release, creating a version tag, or checking release readiness.
Investigates Rush shell conformance mismatches. Use when comparing Rush POSIX behavior against dash, Bash POSIX mode, and zsh sh emulation, or when fixing conformance failures.
Writes Rush command completions. Use when creating or editing completion manifests, provider functions, or completion documentation under share/rush/completions and website/docs.
| name | writing-commit-messages |
| description | Uses Linux kernel commit message guidelines. Use when writing or editing Git commit messages. |
Use Linux kernel-style commits:
subsystem: imperative summary, e.g. ui: add profile overlay toggle.add, fix, remove, update; avoid added, adds, or gerunds.