review_and_commit
Automatically review code changes with AI analysis and commit them if they pass security and quality checks.
Instructions
Review code changes using Gemini and commit if approved (LGTM). Returns review comments if not approved or success message with commit hash if approved and committed.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commit_message | Yes | Commit message to use if changes are approved | |
| directory | Yes | Path to the git repository directory to review |