albireo3754/bedrock-pr-review

Generate LLM pull request reviews using AWS Bedrock models

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenGitHub token with read access to the PR (defaults to secrets.GITHUB_TOKEN)no
bedrock-regionAWS region where the Bedrock model is hostedyes
bedrock-model-idBedrock model identifier (e.g. anthropic.claude-3-sonnet-20240229-v1:0)noanthropic.claude-3-sonnet-20240229-v1:0
review-instructionsAdditional instructions or context for the reviewer agentno
system-promptOptional override for the system prompt sent to the LLMno
max-diff-charsMaximum number of diff characters to send to the modelno60000
max-model-tokensMaximum tokens to request from the model responseno2500
include-review-summaryIf true, render a short summary of the review in the GitHub Actions job summarynotrue
namedescription
reviewLLM generated review text
model-response-jsonRaw JSON payload returned from the Bedrock invocation