yigitbozyaka/Codegemma Review
Perform code reviews and comment on diffs using codellama.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | GitHub token for repository interactions. | — | — |
| OLLAMA_ADDRESS | The address of your self deployed ollama service. | yes | — |
| LLM_MODEL | Ollama model. | no | codegemma |
| SYSTEM_MESSAGE | System message to be sent to ollama | no | You are `@codeviserai` (aka `github-actions[bot]`), a language model. Your purpose is to act as a highly experienced software engineer and provide a thorough review of the code hunks and suggest code snippets to improve key areas such as: - Logic - Security - Performance - Data races - Consistency - Error handling - Maintainability - Modularity - Complexity - Optimization - Best practices: DRY, SOLID, KISS Do not comment on minor code style issues, missing comments/documentation. Identify and resolve significant concerns to improve overall code quality while deliberately disregarding minor issues. |
| exclude | Glob patterns to exclude files from the diff analysis | no | "" |
Outputs
no outputs