juspay/Yama PR Review
AI-powered PR review for GitHub with MCP tools
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 15, 2026
- License
- MIT
Pinned Snippet
uses: juspay/yama@174944306d9bfaf256fe331e7df119f3bbd64a7c # v2.7.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token used by the GitHub MCP server for API access | no | ${{ github.token }} |
| config-path | Path to the Yama config file | no | — |
| dry-run | Run the review without posting comments or submitting the review | no | false |
| ai-provider | AI provider to use (e.g. anthropic, openai, google-ai) | no | — |
| ai-model | Model name for the selected AI provider | no | — |
| anthropic-api-key | Anthropic API key (used when ai-provider: anthropic) | no | — |
| openai-api-key | OpenAI API key (used when ai-provider: openai) | no | — |
| google-ai-api-key | Google AI Studio API key (used when ai-provider: google-ai) | no | — |
| google-vertex-project | GCP project ID for Vertex AI (auto-derived from the credentials JSON when omitted) | no | — |
| google-vertex-location | Vertex AI location/region | no | us-central1 |
| google-application-credentials | Vertex AI service-account credentials JSON content (written to a temp file at runtime) | no | — |
| litellm-base-url | LiteLLM proxy base URL (used when ai-provider: litellm) | no | — |
| litellm-api-key | LiteLLM proxy API key (used when ai-provider: litellm) | no | — |
| focus-areas | Comma-separated focus areas for the review (e.g. security,performance) | no | — |
| custom-prompt | Additional custom prompt instructions for the review | no | — |
| verbose | Enable verbose logging | no | false |
| skip-description-enhance | Run the review only and skip PR description enhancement | no | false |
Outputs
| name | description |
|---|---|
| decision | Review decision (APPROVED, CHANGES_REQUESTED, or BLOCKED) |
| summary | Review summary text |
| critical-issues | Number of critical issues found |
| major-issues | Number of major issues found |
| minor-issues | Number of minor issues found |
| total-comments | Total number of inline comments posted by the review |