kangyoungin/Git Commenter
Generate commit and PR review comments using LLMs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| exclude_paths | Comma-separated list of paths to exclude from diff (e.g. 'docs/,tests/') | no | — |
| exclude_exts | Comma-separated list of file extensions to exclude (e.g. '.md,.txt') | no | — |
| provider | LLM provider (openai | azure | gemini) | yes | — |
| model | Model name or deployment name (depending on provider) | yes | — |
| prompt_template | Custom prompt template (supports {{diff}}, {{files}}, {{commit_message}}) | yes | — |
| token | GitHub Token | yes | — |
| openai_api_key | OpenAI API Key | no | — |
| azure_api_key | Azure OpenAI API Key | no | — |
| azure_endpoint | Azure OpenAI endpoint | no | — |
| azure_deployment | Azure OpenAI deployment name (use instead of model if needed) | no | — |
| azure_api_version | Azure OpenAI API version (default: 2024-04-01-preview) | no | — |
| gemini_api_key | Google Gemini API Key | no | — |
Outputs
no outputs