ismaelmartinez/Repo Butler
Continuous roadmap planner — analyses repos, maintains a living roadmap, and proposes improvements
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token with issues and pull-requests write access | yes | ${{ github.token }} |
| config-path | Path to the roadmap config file | no | .github/roadmap.yml |
| phase | Which phase to run: observe, assess, update, ideate, propose, or all | no | all |
| gemini-api-key | Gemini API key (free tier: 10 RPM, 250 RPD) | no | — |
| claude-api-key | Claude API key (for deep reasoning in ideate phase) | no | — |
| dry-run | If true, log what would happen but do not create issues or PRs | no | false |
Outputs
| name | description |
|---|---|
| report | JSON summary of what the agent observed and proposed |