hadar01/github-agent
Autonomous PR review and issue-to-PR engineering with Claude — review every PR or auto-fix labeled issues, no local setup.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | Which pipeline to run: review | issue | triage | yes | — |
| target | GitHub issue / PR / repo URL to act on. If omitted, it is derived from the triggering event (the PR URL on pull_request, the issue URL on issues). | no | "" |
| anthropic-api-key | Anthropic API key. Store it as an encrypted repo/org secret. | yes | — |
| github-token | Token used for GitHub API calls. Defaults to the workflow token. | no | ${{ github.token }} |
| post | (review) Post the review back to the PR. true/false. | no | true |
| comment | (issue) Comment a link-back on the source issue after the PR opens. true/false. | no | false |
| fork | (issue) Push to your fork and open the PR from there. true/false. | no | false |
| fail-on-request-changes | (review) If true, a REQUEST_CHANGES / NEEDS_DISCUSSION verdict fails the check and blocks merge. If false (default), the review is advisory: it posts findings but never turns the check red. | no | false |
| max-cost | Hard USD ceiling for the run (passed as --max-cost). Empty = project default. | no | "" |
| node-version | Node.js version to run the agent with. | no | 20 |
| extra-args | Additional raw CLI flags appended verbatim (e.g. "--label=bug --max=3"). | no | "" |
Outputs
| name | description |
|---|---|
| verdict | Review verdict: APPROVE / REQUEST_CHANGES / NEEDS_DISCUSSION / UNKNOWN. |