gqy20/Gearbox AI Flywheel
Unified AI automation entrypoint for repository audit, backlog, cleanup, review, implementation, and publishing
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| action | Action to run: audit, backlog, cleanup, dispatch, implement, review, publish | yes | — |
| repo | 仓库标识 (owner/name) | no | "" |
| issue_number | Issue 编号 | no | "" |
| issues | 逗号或空格分隔的 Issue 编号,数量决定单 issue 或 backlog 批量处理 | no | "" |
| pr_number | PR 编号 | no | "" |
| cleanup_dry_run | cleanup 是否只输出计划,不删除分支 | no | true |
| cleanup_protect_open_prs | cleanup 是否保护仍�� open PR 使用的候选分支 | no | true |
| input_path | issues.json 文件路径 | no | "" |
| max_items | dispatch 最多处理多少个 Issue | no | 1 |
| dry_run | dispatch 是否只输出计划,不创建分支和 PR | no | true |
| benchmarks | 逗号分隔的对标仓库列表(可选) | no | "" |
| is_comment_event | 是否由 issue/PR 触发的评论事件 | no | false |
| comment_event_type | 事件类型 | no | "" |
| output_dir | 输出目录 | no | ./output |
| system_prompt | 自定义 System Prompt(audit 可选) | no | "" |
| base_branch | PR 目标分支 | no | main |
| max_turns | 最大对话轮次 | no | 80 |
| model | 使用的模型(可选) | no | "" |
| anthropic_base_url | Anthropic 兼容接口 Base URL(可选) | no | "" |
| anthropic_api_key | Anthropic API Key | no | "" |
Outputs
| name | description |
|---|---|
| status | 执行状态 |
| issues_count | 生成的 Issue 数量(audit 时) |