vedantnaik19/Ollama PR Reviewer
A JavaScript GitHub Action that retrieves the git diff of a pull request and reviews using the Ollama API.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| model | Ollama model name and version. Eg. 'codellama:7b' | yes | — |
| base-url | The base URL of the Ollama endpoint. Eg. http://127.0.0.1:11434 | yes | — |
| prompt | A multiline string input that provides detailed instructions to the LLM. | — | Please review the following git diff and provide brief feedback on: Code Quality: Any improvements needed? Functionality: Any issues or bugs? Performance: Any potential impacts? Security: Any concerns? Documentation: Any missing comments? Here's the git diff: |
Outputs
no outputs