willowryu/MAGI Review
Multi-persona AI code review system inspired by Evangelion MAGI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| gemini_api_key | Gemini API Key for authentication (personal use) | no | — |
| gcp_project_id | GCP Project ID for Vertex AI authentication (enterprise) | no | — |
| gcp_location | GCP Location for Vertex AI (default: us-central1) | no | us-central1 |
| openai_api_key | OpenAI API Key for GPT models (GPT-5, GPT-5.2) | no | — |
| anthropic_api_key | Anthropic API Key for Claude models (Claude 4.5) | no | — |
| slack_webhook_url | Slack Incoming Webhook URL for notifications | no | — |
| config_path | Path to magi.yml configuration file | no | .github/magi.yml |
Outputs
| name | description |
|---|---|
| result | Review result (approved/rejected/skipped/error) |
| skip_reason | Skip reason when result is skipped |
| votes | JSON string of individual persona votes |
| comment_status | PR comment status (success/failed/skipped) |
| labels_status | Label apply status (success/failed/skipped) |
| slack_status | Slack notification status (success/failed/skipped) |