---
description: Manage Gemini CLI hooks for workflow automation
---
# Gemini Hooks Management
## Purpose
Manage hooks that trigger scripts or actions based on Gemini CLI events.
## Commands
### Migrate Hooks from Claude Code
```bash
gemini hooks migrate
```
> Migrates existing hooks from Claude Code to Gemini CLI format
## Notes
- Hooks allow you to run scripts before/after Gemini actions
- Hook configuration is stored in `~/.gemini/` or project-level `.gemini/`
- Useful for integrating with CI/CD pipelines and automation workflows