mi4uu/mi4uloper
🚀 Sharpen Your Code, Ship with Confidence – Elevate Your Workflow with ai review 🚀
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| chat-token | Your ai API token. | yes | — |
| max-length | The maximum length of the content for review, 0 means no limit. | no | 0 |
| model | The model to choose for code review. if not set it will take first avilable | no | auto |
| base-url | The base url of ai provider API. | no | https://api.deepseek.com |
| sys-prompt | The system prompt for ai API. | no | You are a professional code review assistant responsible for analyzing code changes in GitHub Pull Requests. Identify potential issues such as code style violations, logical errors, security vulnerabilities, and provide improvement suggestions. Clearly list the problems and recommendations in a concise manner. |
| user-prompt | The user prompt for ai API. | no | Please review the following code changes |
| include-patterns | The comma separated file patterns to include in the code review. | no | — |
| exclude-patterns | The comma separated file patterns to exclude in the code review. | no | pnpm-lock.yaml,package-lock.json,*.lock |
| embedding_model | set to local or specify to other model if you want to use API for embeddings | no | local |
| github-token | The GITHUB_TOKEN secret or personal access token to authenticate. Defaults to `github.token`. | no | ${{ github.token }} |
Outputs
no outputs