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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
anthropic-api-keyAnthropic API key. Store it as a repo/org secret and pass via with:. Never hardcode it.yes
modelClaude model id. Defaults to a cheap one (Haiku).noclaude-haiku-4-5
sinceInvestigation window the agent is told to look back over (e.g. '1 day ago', '7 days ago').no1 day ago
readme-pathPath to the README file to maintain. The agent may change ONLY this file.noREADME.md
max-turnsHard 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.no100
commitIf 'true', commit and push when README is the sole change. If 'false', leave the edit in the working tree.notrue
commit-messageCommit message used when committing.nodocs: auto-update README from recent commits [skip ci]

no outputs