sylvainsf/Rivendell Council

Convene the Rivendell Council — a fellowship of AI reviewers (Elrond, Gimli, Aragorn, Legolas) led by Gandalf the arbiter — to review a pull request and deliver a PASS/FAIL verdict. Powered by GitHub Models via actions/ai-inference — no external API keys required. NOTE: For parallel council member reviews, use the reusable workflow instead: uses: sylvainsf/rivendell_council/.github/workflows/council.yml@main This composite action runs reviews sequentially, which is simpler but slower.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenGitHub token with models:read and pull-requests:write permissions.yes${{ github.token }}
council-configPath to a council.md configuration file. If not set, the bundled default is used. no""
modelGitHub Models model identifier (e.g. openai/gpt-4o, openai/gpt-4.1, openai/gpt-5, xai/grok-3). If set, overrides the model in council.md. no""
max-diff-charsMaximum number of characters from the PR diff to send to each reviewer.no30000
namedescription
decisionGandalf's final verdict: PASS or FAIL.
summaryA prose summary of the council's findings.