بنقرة واحدة
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 المهني
A 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]
| 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 fix