ykmr1224/GitHub Review Analyzer
Analyze GitHub AI reviewer effectiveness with comprehensive metrics and reporting
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for API access (use secrets.GITHUB_TOKEN or personal access token) | yes | — |
| repository | Repository to analyze in format "owner/repo" (defaults to current repository) | no | ${{ github.repository }} |
| reviewer-username | AI reviewer username to analyze (e.g., "coderabbitai[bot]") | yes | — |
| start-date | Analysis start date in YYYY-MM-DD format (required if days not provided) | no | — |
| end-date | Analysis end date in YYYY-MM-DD format (required if days not provided) | no | — |
| days | Number of days to analyze from today (alternative to start-date/end-date) | no | 7 |
| output-path | Output directory for generated reports | no | ./pr-metrics-reports |
Outputs
| name | description |
|---|---|
| report-json-path | Path to the generated JSON report |
| report-markdown-path | Path to the generated Markdown report |