ワンクリックで
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 ページを確認してインストールできます。
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.
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.