원클릭으로
git-commit
Guide for preparing git commits in this repository, including context gathering and repository-specific commit message conventions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Guide for preparing git commits in this repository, including context gathering and repository-specific commit message conventions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Guide for creating E2E feature tests with VHS GIF generation and Zola feature page auto-discovery for new visible UI features.
Guide for reviewing code changes (uncommitted or on a branch), existing code, and the project in general, providing a structured review report.
Guide for bumping project versions and running base release-preparation validations.
Audit subprocess execution, path handling, SQL queries, panic conditions, and dependency risks in this Rust TUI project.
Sweep the codebase for tech debt and return a prioritized markdown task list of findings.
| name | git-commit |
| description | Guide for preparing git commits in this repository, including context gathering and repository-specific commit message conventions. |
Use this skill when preparing or creating commits.
Gather commit context in one tool call
git status && git diff && git log -n 3 --format="---%n%B".Write commit title and description
Fix cursor offset).- bullet lines with one point per
line.Avoid Conventional Commit prefixes
feat: or fix: in commit titles.Apply repository-specific commit rules
--no-verify with git commands to bypass prek-managed hooks.Co-Authored-By trailers or AI attribution to commit messages.