kosborn/AutoClaude
Autonomous issue-driven development with Claude Code
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| event_type | Type of event (new_assignment, new_mention, plan_approved, etc.) | yes | — |
| issue_number | Issue number to work on | yes | — |
| github_token | GitHub token for API access (use GitHub App token for bot identity) | no | ${{ github.token }} |
| anthropic_api_key | Anthropic API key (if not using Claude Code CLI auth) | no | — |
| max_turns | Maximum conversation turns before stopping | no | 50 |
| timeout | Timeout in seconds | no | 1800 |
| model | Claude model to use | no | claude-sonnet-4-20250514 |
Outputs
| name | description |
|---|---|
| result | Result of the AutoClaude run (success, planning, working, error) |
| session_id | Claude session ID for resuming |
| pr_number | PR number if one was created |