cjpablo92/nodejs-ai-code-review
Analyze a Node.js PR diff using OpenAI and provide structured feedback.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Mar 4, 2025
- License
- MIT
Pinned Snippet
uses: cjpablo92/nodejs-ai-code-review-action@a8c88b8bad1eeace12ffed84fe5a9a8845f03247 # v0.0.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| base_sha | Base SHA of the PR | yes | — |
| head_sha | Head SHA of the PR | yes | — |
| openai_api_key | OpenAI API Key | yes | — |
| model | OpenAI model to use (e.g., gpt-4, gpt-3.5-turbo) | yes | — |
Outputs
| name | description |
|---|---|
| review | The AI-generated code review report |