Skip to content

Instantly share code, notes, and snippets.

@Unayung
Created July 23, 2025 06:00
Show Gist options
  • Select an option

  • Save Unayung/3dc1828954c7c1b6aa5f2db29f603261 to your computer and use it in GitHub Desktop.

Select an option

Save Unayung/3dc1828954c7c1b6aa5f2db29f603261 to your computer and use it in GitHub Desktop.
settings.json
{
"hooks": {
"PostToolUse": [
{
"matcher": "Edit|MultiEdit|Write",
"hooks": [
{
"type": "command",
"command": "./scripts/gemini-code-review.sh"
}
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment