원클릭으로
fix
Fix critical issues using the senior-go-engineer agent. Usage: /fix [issue or finding]
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Fix critical issues using the senior-go-engineer agent. Usage: /fix [issue or finding]
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | fix |
| description | Fix critical issues using the senior-go-engineer agent. Usage: /fix [issue or finding] |
Launches the senior-go-engineer agent to fix specific code issues. The agent will propose fixes but requires user confirmation before applying edits.
When the user invokes /fix, follow these steps:
Determine what to fix from the user's arguments:
/fix float64 in order.go), fix that specific issue./fix critical), fix all critical findings from the most recent review.Launch the senior-go-engineer agent with a prompt containing:
go test and go vet after applying fixesPresent the agent's proposed changes to the user for approval before applying.
/fix float64 in order.go — fix a specific issue/fix critical — fix all critical findings/fix risk gate no-op checks — fix the dead code in risk gate/fix all — show prioritized issue list and fixA brief description of what this skill does
End-to-end audit of the Cerebro bot: services, account/positions, LLM agents, ingest/news, data, postgres, redis, risk, execution, strategies, TUI. Usage: /bot-review [scope]
Review code using the senior-go-engineer agent. Usage: /review [path or description]
Run tests using the senior-go-engineer agent. Usage: /test [package or file]