ron96g/PR Documentation Reviewer
Analyzes pull requests for documentation impact and suggests concrete updates using a multi-agent AI pipeline.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| google_api_key | Google AI API key for Gemini models | yes | — |
| auto_apply | When "true", commits doc changes and opens a PR | no | false |
| model | Override the Gemini model used by all agents | no | gemini-2.5-flash |
| docs_path | Path to the documentation directory in the repo | no | docs/ |
Outputs
| name | description |
|---|---|
| suggestions | JSON array of documentation update suggestions |
| doc_pr_url | URL of the created documentation PR (when auto_apply is enabled) |
| status | Result status: "success", "no_changes", or "error" |