tarmojussila/Z.ai Code Review
AI-powered code review using Z.ai models
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ZAI_API_KEY | Z.ai API key | yes | — |
| ZAI_MODEL | Z.ai AI model | no | glm-4.7 |
| ZAI_SYSTEM_PROMPT | Custom system prompt for the AI reviewer | no | You are an expert code reviewer. Review the provided code changes and give clear, actionable feedback. |
| ZAI_REVIEWER_NAME | Name shown in the review comment header | no | Z.ai Code Review |
| EXCLUDE_PATTERNS | Comma-separated file patterns to exclude from review (e.g. '*.lock,dist/**,*.min.js') | no | *.lock,package-lock.json,yarn.lock,pnpm-lock.yaml |
| MAX_DIFF_CHARS | Maximum total characters for the diff sent to the API (0 = unlimited) | no | 0 |
| GITHUB_TOKEN | GitHub token for API access | no | ${{ github.token }} |
Outputs
no outputs