ucav/Sparrow

Run Sparrow on issues/PRs from inside a GitHub Action

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
promptThe task prompt for Sparrow to execute. Required unless `mode` is `review` (which derives the prompt from the PR diff).no
modeOne of: run | review | status. Defaults to `run`.norun
prPR number when `mode: review`. Defaults to `github.event.pull_request.number`.no
modelOverride the model id (e.g. claude-opus-4-7). Optional.no
allowed-toolsComma-separated tool allow-list for this run. Empty inherits the repo config.no
github-tokenToken with `pull-requests: write` and `contents: read`.yes
sparrow-versionSparrow version/ref to install. Defaults to `master`.nomaster
dry-runIf `true`, print the plan but never call the model or post comments.nofalse

no outputs