williamrogersdev/ReviewSync
Synthesize AI and human code review feedback into a single actionable summary.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token with permission to read PR comments and create/update comments. | yes | — |
| gemini-api-key | Google Gemini API key used for generating the synthesis. | yes | — |
| auto-delay | Delay (seconds) before running in auto-trigger mode. | no | 90 |
| include-human | Include human comments when synthesizing (used primarily for manual triggers). | no | false |
| specific-bots | Comma separated list of bot usernames to include. | no | "" |
| pr-number | Pull request number to analyze (used for manual workflow dispatch). | no | — |
Outputs
| name | description |
|---|---|
| synthesis-posted | True if a synthesis comment was posted or updated. |
| comments-analyzed | Number of comments analyzed in the synthesis. |