cristicretu/AI Code Reviewer

Automated PR code review using a fine-tuned LLM, RAG over your codebase, and an agentic tool loop.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
model-api-baseOpenAI-compatible endpoint URL hosting the review model (e.g. a vLLM/TGI server serving cretu-luca/code-reviewer-grpo).yes
model-idModel identifier the endpoint expects (e.g. cretu-luca/code-reviewer-grpo).yes
model-api-keyBearer token for the model endpoint. Use any non-empty string if your endpoint does not require auth.nodummy
github-tokenToken used to fetch the PR and submit the review. Needs pull-requests:write.no${{ github.token }}
max-agent-stepsHard cap on agent tool-loop iterations.no20
comment-budgetMaximum number of inline review comments to post per PR.no10
python-versionPython version used inside the action.no3.11

no outputs