prbe-ai/AI README Updater (agentic)
A Claude agent investigates recent commits/PRs with git + gh and updates README.md, committing only if the README is the sole change.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| anthropic-api-key | Anthropic API key. Store it as a repo/org secret and pass via with:. Never hardcode it. | yes | — |
| model | Claude model id. Defaults to a cheap one (Haiku). | no | claude-haiku-4-5 |
| since | Investigation window the agent is told to look back over (e.g. '1 day ago', '7 days ago'). | no | 1 day ago |
| readme-path | Path to the README file to maintain. The agent may change ONLY this file. | no | README.md |
| max-turns | Hard ceiling on agent turns — a runaway-loop backstop, NOT a normal-run limit. Real runs finish in ~7-25 turns; the default is set far above that so it only trips on a runaway. | no | 100 |
| commit | If 'true', commit and push when README is the sole change. If 'false', leave the edit in the working tree. | no | true |
| commit-message | Commit message used when committing. | no | docs: auto-update README from recent commits [skip ci] |
Outputs
no outputs