david-wagih/PR Genie 🧞
AI-powered code review assistant for GitHub pull requests.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Apr 6, 2025
- License
- None
Pinned Snippet
uses: david-wagih/pr-genie@a978eb1cae1bb5dbd7e2d40c5227da12b4dd2df0 # v1.3.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| openai-key | OpenAI API key for code review | yes | — |
| GITHUB_TOKEN | GitHub token for API authentication | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| total_files | Total number of files reviewed |
| additions | Total number of lines added |
| deletions | Total number of lines deleted |
| total_changes | Total number of lines changed |