f00b455/CC-Builder
Generate production-ready code from a story using Claude Code
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| story | Story text or path to story file | yes | — |
| language | Target language (go, python, java, kotlin, auto) | no | auto |
| coverage | Coverage target percentage | no | 80 |
| max-iterations | Maximum TDD iterations | no | 10 |
| branch | Target branch name | no | "" |
| claude-token | Claude OAuth token (Max Plan) or API key | yes | — |
| create-pr | Create PR after generation | no | true |
Outputs
| name | description |
|---|---|
| branch | Branch name with generated code |
| coverage | Achieved coverage percentage |
| pr-url | URL of created PR (if create-pr is true) |