mattzcarey/Shippie 🚢
an extensible code review agent built on flue
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| MODEL | Flue model specifier, e.g. anthropic/claude-sonnet-4-6, openai/gpt-5.5, openrouter/... | no | anthropic/claude-sonnet-4-6 |
| REVIEW_LANGUAGE | Target natural language for review feedback | no | English |
| THINKING_LEVEL | Reasoning effort: off | minimal | low | medium | high | xhigh | no | medium |
| IGNORE | Comma-separated glob patterns to ignore (e.g. '**/*.test.ts,dist/**') | no | — |
| CUSTOM_INSTRUCTIONS | Extra instructions appended to the review prompt | no | — |
| MCP_SERVERS | JSON object of remote MCP servers to attach, e.g. '{"context7":{"url":"https://...","headers":{"Authorization":"Bearer ..."}}}'. Only remote (HTTP/SSE) servers are supported. | no | — |
| ANTHROPIC_API_KEY | Anthropic API key | no | — |
| OPENAI_API_KEY | OpenAI API key | no | — |
| OPENROUTER_API_KEY | OpenRouter API key | no | — |
| CLOUDFLARE_API_KEY | Cloudflare API token, for model 'cloudflare-workers-ai/<model>' or 'cloudflare-ai-gateway/<model>' | no | — |
| CLOUDFLARE_ACCOUNT_ID | Cloudflare account ID (required for Cloudflare Workers AI / AI Gateway providers) | no | — |
| CLOUDFLARE_GATEWAY_ID | Cloudflare AI Gateway ID (only for model 'cloudflare-ai-gateway/<model>') | no | — |
| TELEMETRY | Send anonymous usage telemetry. Set to 'false' to opt out. | no | true |
| PR_NUMBER | Pull request number. Defaults to the pull_request event; pass explicitly for comment-triggered runs. | no | — |
| BASE_SHA | Base commit SHA to diff against. Defaults to the pull_request event. | no | — |
| HEAD_SHA | Head commit SHA to diff. Defaults to the pull_request event. | no | — |
| GITHUB_TOKEN | GitHub token used to post review comments | yes | — |
Outputs
no outputs