seunghunbae-3svs/Solo CTO Agent — AI Code Review
CTO-level AI code review with dual-agent cross-check (Claude + OpenAI), secret detection, and circuit breakers.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| anthropic_api_key | Anthropic API key for Claude reviews | yes | — |
| openai_api_key | OpenAI API key for dual-agent cross-review (optional — enables Tier 2+) | no | — |
| tier | Agent tier: maker | builder | cto | no | builder |
| mode | Review mode: review | dual-review | deep-review | no | review |
| target_branch | Base branch for diff comparison | no | main |
| redact | Redact secrets from diff before sending to AI (true/false) | no | true |
| fail_on | Fail the check if verdict is REQUEST_CHANGES or BLOCKER found (true/false) | no | false |
| extra_args | Additional CLI arguments passed to solo-cto-agent | no | "" |
Outputs
| name | description |
|---|---|
| verdict | Review verdict: APPROVE | REQUEST_CHANGES | COMMENT | UNKNOWN |
| issues_count | Number of issues found |
| summary | One-line review summary |