원클릭으로
setup-git-hooks
Sets up git hooks for this project. Use only when the user explicitly asks to set up git hooks.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Sets up git hooks for this project. Use only when the user explicitly asks to set up git hooks.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Creates or updates a nested CLAUDE.md for a complex feature or platform layer. Use when creating one for the first time or when updating after significant changes to a feature.
Appends an entry to docs/decisions.md when an architectural or cross-cutting decision is made. Use when committing to a tech choice that other agents might re-litigate (e.g. SSE vs WebSockets, RLS vs service-role, a library choice). Don't use for single-file implementation choices.
SOC 직업 분류 기준
| name | setup-git-hooks |
| description | Sets up git hooks for this project. Use only when the user explicitly asks to set up git hooks. |
Copy @pre-commit.sh to .git/hooks/pre-commit and make it executable with chmod +x.
Tell the user it's installed and will run on every commit.